Index: branches/5.2.x/core/units/country_states/country_state_eh.php =================================================================== diff -u -N -r15065 -r15130 --- branches/5.2.x/core/units/country_states/country_state_eh.php (.../country_state_eh.php) (revision 15065) +++ branches/5.2.x/core/units/country_states/country_state_eh.php (.../country_state_eh.php) (revision 15130) @@ -1,6 +1,6 @@ getObject(); /* @var $object kDBItem */ @@ -119,7 +119,7 @@ * @return void * @access protected */ - protected function OnBeforeItemDelete(kEvent &$event) + protected function OnBeforeItemDelete(kEvent $event) { parent::OnBeforeItemDelete($event); @@ -142,7 +142,7 @@ * @return void * @access protected */ - protected function OnGetStatesJSON(kEvent &$event) + protected function OnGetStatesJSON(kEvent $event) { $event->status = kEvent::erSTOP;