Index: branches/5.2.x/core/units/admin/admin_events_handler.php =================================================================== diff -u -N -r14585 -r14588 --- branches/5.2.x/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 14585) +++ branches/5.2.x/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 14588) @@ -1,6 +1,6 @@ Application->GetVar('ajax') == 'yes') { - $event->status = erSTOP; + $event->status = kEvent::erSTOP; } $this->Application->DeleteUnitCache(); @@ -1345,7 +1345,7 @@ { if ( isset($GLOBALS['argv']) ) { // command line invocation -> don't perform redirect - $event->status = erSTOP; + $event->status = kEvent::erSTOP; } $deployment_helper =& $this->Application->recallObject('DeploymentHelper'); @@ -1365,7 +1365,7 @@ /* @var $deployment_helper DeploymentHelper */ if ( !$deployment_helper->deployAll(true) ) { - $event->status = erFAIL; + $event->status = kEvent::erFAIL; } } }