Index: branches/5.0.x/core/units/fck/fck_eh.php =================================================================== diff -u -r12511 -r12726 --- branches/5.0.x/core/units/fck/fck_eh.php (.../fck_eh.php) (revision 12511) +++ branches/5.0.x/core/units/fck/fck_eh.php (.../fck_eh.php) (revision 12726) @@ -1,6 +1,6 @@ Application->LoggedIn() && $this->Application->IsAdmin()) { + if ($this->Application->isAdminUser) { // this limits all event execution only to logged-in users in admin return true; }