Index: branches/5.2.x/core/units/skins/skin_eh.php =================================================================== diff -u -N -r14628 -r14989 --- branches/5.2.x/core/units/skins/skin_eh.php (.../skin_eh.php) (revision 14628) +++ branches/5.2.x/core/units/skins/skin_eh.php (.../skin_eh.php) (revision 14989) @@ -1,6 +1,6 @@ Array ('self' => true), ); @@ -31,10 +39,11 @@ * * @param kEvent $event * @return int + * @access public */ - function getPassedID(&$event) + public function getPassedID(kEvent &$event) { - if ($event->Special == 'primary') { + if ( $event->Special == 'primary' ) { return Array ('IsPrimary' => 1); }