Index: public/typo3/sysext/install/Classes/Updates/FrontendUserImageUpdateWizard.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- public/typo3/sysext/install/Classes/Updates/FrontendUserImageUpdateWizard.php (date 1540396221000) +++ public/typo3/sysext/install/Classes/Updates/FrontendUserImageUpdateWizard.php (date 1540396221000) @@ -124,8 +124,8 @@ */ public function updateNecessary(): bool { - $this->init(); - return $this->recordOffset !== []; + $this->registry = GeneralUtility::makeInstance(Registry::class); + return $this->registry->get($this->registryNamespace, 'recordOffset') === null; } /** @@ -307,7 +307,6 @@ 'tablenames' => $this->table, 'crdate' => time(), 'tstamp' => time(), - 'sorting' => $i + 256, 'sorting_foreign' => $i, ];