Index: branches/5.3.x/core/units/captcha/captcha_eh.php =================================================================== diff -u -N -r15483 -r15698 --- branches/5.3.x/core/units/captcha/captcha_eh.php (.../captcha_eh.php) (revision 15483) +++ branches/5.3.x/core/units/captcha/captcha_eh.php (.../captcha_eh.php) (revision 15698) @@ -1,6 +1,6 @@ Application->getUnitOption($event->MasterEvent->Prefix, 'VirtualFields'); - $virtual_fields['Captcha'] = Array ('type' => 'string', 'default' => ''); - $this->Application->setUnitOption($event->MasterEvent->Prefix, 'VirtualFields', $virtual_fields); + $event->MasterEvent->getUnitConfig()->addVirtualFields(Array ( + 'Captcha' => Array ('type' => 'string', 'default' => ''), + )); } }