Bug #19768 » 10064_4.3_alpha1.patch
typo3/sysext/cms/tslib/index_ts.php (working copy) | ||
---|---|---|
// *************
|
||
// Admin panel
|
||
// *************
|
||
if (is_object($BE_USER) && $TSFE->beUserLogin && ($BE_USER->frontendEdit instanceof t3lib_frontendedit)) {
|
||
if (is_object($BE_USER) && $TSFE->beUserLogin && ($BE_USER->frontendEdit instanceof t3lib_frontendedit) && $GLOBALS['TSFE']->config['config']['admPanel']) {
|
||
echo $BE_USER->frontendEdit->displayAdmin();
|
||
}
|
||