Index: branches/5.2.x/core/units/scheduled_tasks/scheduled_task_eh.php =================================================================== diff -u -N -r15065 -r15130 --- branches/5.2.x/core/units/scheduled_tasks/scheduled_task_eh.php (.../scheduled_task_eh.php) (revision 15065) +++ branches/5.2.x/core/units/scheduled_tasks/scheduled_task_eh.php (.../scheduled_task_eh.php) (revision 15130) @@ -1,6 +1,6 @@ Application->EventManager->getScheduledTasks(true); @@ -95,7 +95,7 @@ * @return void * @access protected */ - protected function customProcessing(kEvent &$event, $type) + protected function customProcessing(kEvent $event, $type) { if ( $event->Name == 'OnMassDelete' && $type == 'before' ) { if ( $this->Application->isDebugMode() ) { @@ -122,7 +122,7 @@ * * @param kEvent $event */ - function OnMassCancel(&$event) + function OnMassCancel($event) { $ids = $this->StoreSelectedIDs($event); @@ -149,7 +149,7 @@ * * @param kEvent $event */ - function OnRun(&$event) + function OnRun($event) { $ids = $this->StoreSelectedIDs($event);