aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-08-16 21:11:17 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-08-16 21:11:17 +0000
commitba3e0831ea90cdf2fa740088162e57221107748c (patch)
tree4502dc71fe40af1c41718dccca4b768f78a58d46 /phpBB/includes
parent6cc55a3436ea81482d0d2462b400e2b66274660d (diff)
downloadforums-ba3e0831ea90cdf2fa740088162e57221107748c.tar
forums-ba3e0831ea90cdf2fa740088162e57221107748c.tar.gz
forums-ba3e0831ea90cdf2fa740088162e57221107748c.tar.bz2
forums-ba3e0831ea90cdf2fa740088162e57221107748c.tar.xz
forums-ba3e0831ea90cdf2fa740088162e57221107748c.zip
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
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
index 35f42848b3..511706bb93 100644
--- a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
@@ -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;
}