Index: branches/5.2.x/core/units/user_groups/user_groups_eh.php =================================================================== diff -u -N -r15065 -r15130 --- branches/5.2.x/core/units/user_groups/user_groups_eh.php (.../user_groups_eh.php) (revision 15065) +++ branches/5.2.x/core/units/user_groups/user_groups_eh.php (.../user_groups_eh.php) (revision 15130) @@ -1,6 +1,6 @@ Prefix == 'u-ug') { $new_groups = $this->Application->GetVar('g'); @@ -92,7 +92,7 @@ * * @param kEvent $event */ - function OnSetPrimary(&$event) + function OnSetPrimary($event) { $ids = $this->StoreSelectedIDs($event); @@ -115,7 +115,7 @@ * @return void * @access protected */ - protected function customProcessing(kEvent &$event, $type) + protected function customProcessing(kEvent $event, $type) { if ( $event->Name == 'OnMassDelete' && $type == 'before' ) { $ids = $event->getEventParam('ids');