Bug #20523 » 0011212_v3.patch
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();
|
||
}
|
||
- « Previous
- 1
- 2
- 3
- Next »