Feature #14999 » bug_1518_2.patch
TYPO3core_testing/t3lib/class.t3lib_tsfebeuserauth.php 2005-11-09 18:19:03.000000000 +0100 | ||
---|---|---|
return true;
|
||
}
|
||
// override all settings with user TSconfig
|
||
if ($this->extAdminConfig['module.'][$pre.'.'][$val] && $val) {
|
||
return $this->extAdminConfig['module.'][$pre.'.'][$val];
|
||
}
|
||
if ($this->extAdminConfig['module.'][$pre]) {
|
||
return $this->extAdminConfig['module.'][$pre];
|
||
}
|
||
$retVal = $val ? $this->uc['TSFE_adminConfig'][$pre.'_'.$val] : 1;
|
||
if ($pre=='preview' && $this->ext_forcePreview) {
|
- « Previous
- 1
- 2
- Next »