diff --git typo3/sysext/setup/mod/index.php b/typo3/sysext/setup/mod/index.php index 8860041..cc934a7 100755 --- typo3/sysext/setup/mod/index.php +++ typo3/sysext/setup/mod/index.php @@ -371,7 +371,7 @@ class SC_mod_user_setup_index { $this->loadModules = t3lib_div::makeInstance('t3lib_loadModules'); $this->loadModules->observeWorkspaces = true; $this->loadModules->load($TBE_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