Project

General

Profile

Bug #19768 » 10064_4.3_alpha1.patch

Administrator Admin, 2009-01-06 16:08

View differences:

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();
}
(1-1/2)