Index: branches/5.0.x/core/units/captcha/captcha_eh.php =================================================================== diff -u -r12299 -r12368 --- branches/5.0.x/core/units/captcha/captcha_eh.php (.../captcha_eh.php) (revision 12299) +++ branches/5.0.x/core/units/captcha/captcha_eh.php (.../captcha_eh.php) (revision 12368) @@ -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' => '');