Skip to content

Commit

Permalink
Merge pull request #43 from bwaidelich/42-fix-code-migration
Browse files Browse the repository at this point in the history
BUGFIX: Fix code migration
  • Loading branch information
Bastian Waidelich committed Apr 13, 2017
2 parents 3c8468b + dfc6762 commit 82b9e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Migrations/Code/Version20160601101500.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function (array &$configuration) {

$presetsConfiguration = $this->renameTranslationPackage($presetsConfiguration);

$configuration['TYPO3']['Form']['presets'] = $presetsConfiguration;
$configuration['Neos']['Form']['presets'] = $presetsConfiguration;
},
true
);
Expand Down

0 comments on commit 82b9e98

Please sign in to comment.