Index: branches/5.2.x/core/units/fck/fck_eh.php =================================================================== diff -u -N -r14628 -r14989 --- branches/5.2.x/core/units/fck/fck_eh.php (.../fck_eh.php) (revision 14628) +++ branches/5.2.x/core/units/fck/fck_eh.php (.../fck_eh.php) (revision 14989) @@ -1,6 +1,6 @@ Application->isAdminUser) { + if ( $this->Application->isAdminUser ) { // this limits all event execution only to logged-in users in admin return true; } @@ -196,7 +196,7 @@ /** * Uploads a file from FCK file browser - * + * * @param kEvent $event * @return void * @access protected