Index: branches/5.2.x/core/kernel/application.php =================================================================== diff -u -N -r16563 -r16617 --- branches/5.2.x/core/kernel/application.php (.../application.php) (revision 16563) +++ branches/5.2.x/core/kernel/application.php (.../application.php) (revision 16617) @@ -1,6 +1,6 @@ isAdmin ) { $this->HandleEvent(new kEvent('adm:OnStartup')); } + else { + // User can't edit anything in Admin Console or in CLI mode. + kUtil::safeDefine('EDITING_MODE', ''); + } return true; }