Index: branches/5.2.x/core/units/theme_files/theme_file_eh.php =================================================================== diff -u -N -r13840 -r14095 --- branches/5.2.x/core/units/theme_files/theme_file_eh.php (.../theme_file_eh.php) (revision 13840) +++ branches/5.2.x/core/units/theme_files/theme_file_eh.php (.../theme_file_eh.php) (revision 14095) @@ -1,6 +1,6 @@ SetRedirectParam('opener', 'u'); } else { - $event->status = erFAIL; + $event->status = kEvent::erFAIL; } } @@ -202,7 +202,7 @@ */ function OnSaveLayout(&$event) { - $event->status = erSTOP; + $event->status = kEvent::erSTOP; if (($this->Application->GetVar('ajax') != 'yes') || (EDITING_MODE != EDITING_MODE_DESIGN)) { return ; }