Index: branches/5.1.x/core/units/theme_files/theme_file_eh.php =================================================================== diff -u -N -r12657 -r13086 --- branches/5.1.x/core/units/theme_files/theme_file_eh.php (.../theme_file_eh.php) (revision 12657) +++ branches/5.1.x/core/units/theme_files/theme_file_eh.php (.../theme_file_eh.php) (revision 13086) @@ -1,6 +1,6 @@ Name == 'OnLoadBlock' || $event->Name == 'OnSaveBlock') { - return $this->Application->LoggedIn() && $this->Application->IsAdmin(); + return $this->Application->isAdminUser; } return parent::CheckPermission($event);