Index: branches/5.2.x/units/gift_certificates/gift_certificates_eh.php =================================================================== diff -u -N -r15061 -r15134 --- branches/5.2.x/units/gift_certificates/gift_certificates_eh.php (.../gift_certificates_eh.php) (revision 15061) +++ branches/5.2.x/units/gift_certificates/gift_certificates_eh.php (.../gift_certificates_eh.php) (revision 15134) @@ -1,6 +1,6 @@ getObject(); /* @var $object kDBItem */ @@ -143,7 +143,7 @@ * @return void * @access protected */ - protected function OnSave(kEvent &$event) + protected function OnSave(kEvent $event) { parent::OnSave($event); @@ -168,7 +168,7 @@ * * @param kEvent $event */ - function OnEmailGiftCertificate(&$event) + function OnEmailGiftCertificate($event) { $ids = $this->StoreSelectedIDs($event); if (!$ids) {