Bug #16551 ยป bug_4198.diff
t3lib/class.t3lib_tsfebeuserauth.php (Arbeitskopie) | ||
---|---|---|
}
|
||
// override all settings with user TSconfig
|
||
if ($this->extAdminConfig['override.'][$pre.'.'][$val] && $val) {
|
||
if (strcmp('',trim($this->extAdminConfig['override.'][$pre.'.'][$val])) && $val) {
|
||
return $this->extAdminConfig['override.'][$pre.'.'][$val];
|
||
}
|
||
if ($this->extAdminConfig['override.'][$pre]) {
|
||
if (strcmp('',trim($this->extAdminConfig['override.'][$pre]))) {
|
||
return $this->extAdminConfig['override.'][$pre];
|
||
}
|
||