Bug #20523 » 11212_v1.diff
t3lib/class.t3lib_tsfebeuserauth.php (working copy) | ||
---|---|---|
* @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();
|
||
}
|
||