Bug #86751 ยป frontenduserimageupdatewizard.patch
public/typo3/sysext/install/Classes/Updates/FrontendUserImageUpdateWizard.php (date 1540396221000) | ||
---|---|---|
*/
|
||
public function updateNecessary(): bool
|
||
{
|
||
$this->init();
|
||
return $this->recordOffset !== [];
|
||
$this->registry = GeneralUtility::makeInstance(Registry::class);
|
||
return $this->registry->get($this->registryNamespace, 'recordOffset') === null;
|
||
}
|
||
/**
|
||
... | ... | |
'tablenames' => $this->table,
|
||
'crdate' => time(),
|
||
'tstamp' => time(),
|
||
'sorting' => $i + 256,
|
||
'sorting_foreign' => $i,
|
||
];
|
||