Index: branches/5.2.x/core/units/captcha/captcha_eh.php =================================================================== diff -u -N -r15137 -r16513 --- branches/5.2.x/core/units/captcha/captcha_eh.php (.../captcha_eh.php) (revision 15137) +++ branches/5.2.x/core/units/captcha/captcha_eh.php (.../captcha_eh.php) (revision 16513) @@ -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 $virtual_fields = $this->Application->getUnitOption($event->MasterEvent->Prefix, 'VirtualFields');