Bug #21160 ยป 12088.diff
typo3/sysext/setup/mod/index.php (Arbeitskopie) | ||
---|---|---|
$this->loadModules->observeWorkspaces = true;
|
||
$this->loadModules->load($TBE_MODULES);
|
||
// restore $GLOBALS['BACK_PATH'] because it has been changed by t3lib_loadModules
|
||
$GLOBALS['BACK_PATH'] = $this->doc->backPath;
|
||
$this->content .= $this->doc->header($LANG->getLL('UserSettings').' - '.$BE_USER->user['realName'].' ['.$BE_USER->user['username'].']');
|
||
// If password is updated, output whether it failed or was OK.
|