Index: branches/5.2.x/core/units/skins/skin_eh.php =================================================================== diff -u -N -r15065 -r15130 --- branches/5.2.x/core/units/skins/skin_eh.php (.../skin_eh.php) (revision 15065) +++ branches/5.2.x/core/units/skins/skin_eh.php (.../skin_eh.php) (revision 15130) @@ -1,6 +1,6 @@ Special == 'primary' ) { return Array ('IsPrimary' => 1); @@ -55,7 +55,7 @@ * * @param kEvent $event */ - function OnSetPrimary(&$event) + function OnSetPrimary($event) { if ($this->Application->CheckPermission('SYSTEM_ACCESS.READONLY', 1)) { $event->status = kEvent::erFAIL; @@ -94,7 +94,7 @@ * @return void * @access protected */ - protected function OnBeforeClone(kEvent &$event) + protected function OnBeforeClone(kEvent $event) { parent::OnBeforeClone($event); @@ -111,7 +111,7 @@ * @return void * @access protected */ - protected function OnAfterItemUpdate(kEvent &$event) + protected function OnAfterItemUpdate(kEvent $event) { parent::OnAfterItemUpdate($event); @@ -133,7 +133,7 @@ * @return void * @access protected */ - protected function OnCompileStylesheet(&$event) + protected function OnCompileStylesheet($event) { $object =& $event->getObject( Array ('skip_autoload' => true) ); /* @var $object kDBItem */