Skip to content

Commit

Permalink
[BUGFIX] fix naming of TceformsUpdateWizard conf var in module overview
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Mar 24, 2013
1 parent f5f1748 commit 77da219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/FileController.php
Expand Up @@ -48,7 +48,7 @@ public function overviewAction() {
$this->view->assign('indexedFilesInMainStorage', $indexedFilesInMainStorage); $this->view->assign('indexedFilesInMainStorage', $indexedFilesInMainStorage);




$migratedFileFields = \TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode(',', $GLOBALS['TYPO3_CONF_VARS']['INSTALL']['wizardDone']['Tx_Install_Updates_File_TceformsUpdateWizard'], TRUE); $migratedFileFields = \TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode(',', $GLOBALS['TYPO3_CONF_VARS']['INSTALL']['wizardDone']['TYPO3\CMS\Install\Updates\TceformsUpdateWizard'], TRUE);
$this->view->assign('migratedFileFields', $migratedFileFields); $this->view->assign('migratedFileFields', $migratedFileFields);




Expand Down

0 comments on commit 77da219

Please sign in to comment.