Index: branches/5.2.x/units/shipping_costs/shipping_costs_event_handler.php =================================================================== diff -u -N -r14258 -r14587 --- branches/5.2.x/units/shipping_costs/shipping_costs_event_handler.php (.../shipping_costs_event_handler.php) (revision 14258) +++ branches/5.2.x/units/shipping_costs/shipping_costs_event_handler.php (.../shipping_costs_event_handler.php) (revision 14587) @@ -1,6 +1,6 @@ Conn->Query($sql); $event->setRedirectParams(Array('opener' => 's', 'pass_events' => false), true); - $event->status=erSUCCESS; + $event->status = kEvent::erSUCCESS; } function customProcessing(&$event, $type)