Index: t3lib/class.t3lib_tsfebeuserauth.php =================================================================== --- t3lib/class.t3lib_tsfebeuserauth.php (revision 5114) +++ t3lib/class.t3lib_tsfebeuserauth.php (working copy) @@ -190,6 +190,7 @@ $controllerClass = $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tsfebeuserauth.php']['frontendEditingController'][$controllerKey]; if ($controllerClass) { $this->frontendEdit = t3lib_div::getUserObj($controllerClass, false); + $this->extAdmEnabled = true; } break;