1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-14 05:36:30 +02:00

erm, on the contrary; can that reset call

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9998 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2009-08-16 21:11:17 +00:00
parent 6cc55a3436
commit ba3e0831ea
2 changed files with 1 additions and 7 deletions

View File

@ -354,7 +354,7 @@ class phpbb_captcha_qa
if (strlen($error))
{
// okay, incorrect answer. Let's ask a new question.
// $this->new_attempt();
$this->new_attempt();
$this->solved = false;
return $error;
}