Index: t3lib/class.t3lib_tsfebeuserauth.php =================================================================== --- t3lib/class.t3lib_tsfebeuserauth.php (revision 5515) +++ t3lib/class.t3lib_tsfebeuserauth.php (working copy) @@ -247,7 +247,7 @@ * @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(); }