diff --git typo3/sysext/setup/mod/index.php b/typo3/sysext/setup/mod/index.php index 8860041..94c1dd0 100755 --- typo3/sysext/setup/mod/index.php +++ typo3/sysext/setup/mod/index.php @@ -372,6 +372,9 @@ class SC_mod_user_setup_index { $this->loadModules->observeWorkspaces = true; $this->loadModules->load($TBE_MODULES); + // Restore BACK_PATH after it has been reset during loading the modules + $BACK_PATH = $this->doc->backPath; + $this->content .= $this->doc->header($LANG->getLL('UserSettings').' - '.$BE_USER->user['realName'].' ['.$BE_USER->user['username'].']'); // show if setup was saved @@ -898,10 +901,10 @@ class SC_mod_user_setup_index { } return t3lib_BEfunc::cshItem('_MOD_user_setup', $str, $this->doc->backPath, '|', false, 'margin-bottom:0px;'); } - + /** * Returns array with fields defined in $GLOBALS['TYPO3_USER_SETTINGS']['showitem'] - * + * * @param void * @return array array with fieldnames visible in form */