mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
fixing some vC bugs (attempt counting and posting) and introducing prototype for reCaptcha
git-svn-id: file:///svn/phpbb/trunk@8903 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -750,7 +750,7 @@ if ($submit || $preview || $refresh)
|
||||
$vc_response = $captcha->validate();
|
||||
if ($vc_response)
|
||||
{
|
||||
$error += $vc_response;
|
||||
$error[] = $vc_response;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user