Index: branches/5.2.x/core/units/captcha/captcha_eh.php =================================================================== diff -u -N -r14244 -r15130 --- branches/5.2.x/core/units/captcha/captcha_eh.php (.../captcha_eh.php) (revision 14244) +++ branches/5.2.x/core/units/captcha/captcha_eh.php (.../captcha_eh.php) (revision 15130) @@ -1,6 +1,6 @@ Application->recallObject('CaptchaHelper'); /* @var $captcha_helper kCaptchaHelper */ @@ -34,7 +34,7 @@ * * @param kEvent $event */ - function OnPrepareCaptcha(&$event) + function OnPrepareCaptcha($event) { $captcha_helper =& $this->Application->recallObject('CaptchaHelper'); /* @var $captcha_helper kCaptchaHelper */