Project

General

Profile

Bug #20523 » 0011212_v3.patch

Administrator Admin, 2009-08-25 19:08

View differences:

t3lib/class.t3lib_tsfebeuserauth.php (Arbeitskopie)
* @return string.
*/
public function displayAdminPanel() {
if (!$this->extAdminConfig['hide'] && $GLOBALS['TSFE']->config['config']['admPanel']) {
if ($this->extAdmEnabled && !$this->extAdminConfig['hide'] && $GLOBALS['TSFE']->config['config']['admPanel']) {
$content = $this->adminPanel->display();
}
(3-3/3)