Index: branches/5.0.x/core/kernel/constants.php =================================================================== diff -u -r12299 -r12726 --- branches/5.0.x/core/kernel/constants.php (.../constants.php) (revision 12299) +++ branches/5.0.x/core/kernel/constants.php (.../constants.php) (revision 12726) @@ -1,6 +1,6 @@ BaseURL().'core/admin_templates/img/spacer.gif'; define('SPACER_URL', $spacer_url); - if (!$application->IsAdmin()) { + if (!$application->isAdmin) { // don't show debugger buttons on front (if not overrided in "debug.php") safeDefine('DBG_TOOLBAR_BUTTONS', 0); }