Index: branches/5.2.x/core/units/modules/modules_event_handler.php =================================================================== diff -u -N -r15065 -r15130 --- branches/5.2.x/core/units/modules/modules_event_handler.php (.../modules_event_handler.php) (revision 15065) +++ branches/5.2.x/core/units/modules/modules_event_handler.php (.../modules_event_handler.php) (revision 15130) @@ -1,6 +1,6 @@ Application->SetVar($event->getPrefixSpecial(true) . '_id', $event->Special); @@ -39,7 +39,7 @@ * @access protected * @see kDBEventHandler::OnListBuild() */ - protected function SetCustomQuery(kEvent &$event) + protected function SetCustomQuery(kEvent $event) { parent::SetCustomQuery($event); @@ -73,7 +73,7 @@ * * @param kEvent $event */ - function moduleAction(&$event) + function moduleAction($event) { if ($this->Application->CheckPermission('SYSTEM_ACCESS.READONLY', 1)) { $event->status = kEvent::erFAIL; @@ -143,7 +143,7 @@ * @return void * @access protected */ - protected function OnAfterListQuery(kEvent &$event) + protected function OnAfterListQuery(kEvent $event) { parent::OnAfterListQuery($event);