Index: branches/5.2.x/core/units/favorites/favorites_eh.php =================================================================== diff -u -N -r15065 -r15130 --- branches/5.2.x/core/units/favorites/favorites_eh.php (.../favorites_eh.php) (revision 15065) +++ branches/5.2.x/core/units/favorites/favorites_eh.php (.../favorites_eh.php) (revision 15130) @@ -1,6 +1,6 @@ Application->getUnitOption($event->Prefix, 'ParentPrefix'); $parent_object =& $this->Application->recallObject($parent_prefix); @@ -76,7 +76,7 @@ * @return void * @access protected */ - protected function OnBeforeItemCreate(kEvent &$event) + protected function OnBeforeItemCreate(kEvent $event) { parent::OnBeforeItemCreate($event); @@ -99,7 +99,7 @@ * * @param kEvent $event */ - function OnDeleteFavoriteItem(&$event) + function OnDeleteFavoriteItem($event) { $main_object =& $event->MasterEvent->getObject();