mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +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:
@@ -185,7 +185,7 @@ abstract class phpbb_default_captcha implements phpbb_captcha_plugin
|
||||
if (strlen($error))
|
||||
{
|
||||
// okay, inorect answer. Let's ask a new question
|
||||
$this->reset();
|
||||
$this->generate_code();
|
||||
return $error;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user