Skip to content

Commit

Permalink
Merge pull request #108 from bobosch/fix-104-105
Browse files Browse the repository at this point in the history
Fix identifier of MigrateSettings upgrade wizard
  • Loading branch information
albig authored Nov 29, 2022
2 parents 5bda953 + bdf8b8a commit be21f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Updates/MigrateSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class MigrateSettings implements UpgradeWizardInterface
*/
public function getIdentifier(): string
{
return 'odsOsmMigrateSettingsUpdater';
return 'odsOsmMigrateSettings';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# add migration wizards
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update']['odsOsmFileLocationUpdater']
= \Bobosch\OdsOsm\Updates\FileLocationUpdater::class;
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update']['odsOsmMigrateSettingsUpdater']
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update']['odsOsmMigrateSettings']
= \Bobosch\OdsOsm\Updates\MigrateSettings::class;

call_user_func(
Expand Down

0 comments on commit be21f39

Please sign in to comment.