Bug #22662 ยป 14400.diff
typo3/sysext/setup/mod/index.php | ||
---|---|---|
$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
|
||
... | ... | |
}
|
||
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
|
||
*/
|