Index: branches/5.1.x/core/units/captcha/captcha_eh.php =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/units/captcha/captcha_eh.php (.../captcha_eh.php) (revision 12127) +++ branches/5.1.x/core/units/captcha/captcha_eh.php (.../captcha_eh.php) (revision 12657) @@ -1,6 +1,6 @@ Application->recallObject('CaptchaHelper'); /* @var $captcha_helper kCaptchaHelper */ - // generate captcha code - $captcha_helper->prepareCode($event->MasterEvent); - // create field for captcha code storage $virtual_fields = $this->Application->getUnitOption($event->MasterEvent->Prefix, 'VirtualFields'); $virtual_fields['Captcha'] = Array ('type' => 'string', 'default' => '');