Index: branches/5.3.x/core/units/captcha/captcha_eh.php =================================================================== diff -u -N -r15698 -r16519 --- branches/5.3.x/core/units/captcha/captcha_eh.php (.../captcha_eh.php) (revision 15698) +++ branches/5.3.x/core/units/captcha/captcha_eh.php (.../captcha_eh.php) (revision 16519) @@ -1,6 +1,6 @@ Application->recallObject('CaptchaHelper'); - /* @var $captcha_helper kCaptchaHelper */ $captcha_helper->validateCode($event->MasterEvent); } @@ -36,8 +36,8 @@ */ function OnPrepareCaptcha($event) { + /** @var kCaptchaHelper $captcha_helper */ $captcha_helper = $this->Application->recallObject('CaptchaHelper'); - /* @var $captcha_helper kCaptchaHelper */ // create field for captcha code storage $event->MasterEvent->getUnitConfig()->addVirtualFields(Array (