Index: branches/5.2.x/core/units/helpers/captcha_helper.php =================================================================== diff -u -r16513 -r16692 --- branches/5.2.x/core/units/helpers/captcha_helper.php (.../captcha_helper.php) (revision 16513) +++ branches/5.2.x/core/units/helpers/captcha_helper.php (.../captcha_helper.php) (revision 16692) @@ -1,6 +1,6 @@ Application->GetVar($event->getPrefixSpecial())); + $field_values = current($this->Application->GetVar($event->getPrefixSpecial())); if (!array_key_exists('Captcha', $field_values)) { // when captcha code not submitted return true; @@ -182,4 +182,4 @@ return true; } -} \ No newline at end of file +}