aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/plugins
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-28 07:05:17 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-28 07:05:17 +0000
commitfc4aaa3f5a32d8d7295197f15b2b9355b851342a (patch)
tree285b8c3d0f61e0a82b8ed021fd6bc8e3f4b8ad2e /phpBB/includes/captcha/plugins
parent78b1c4caaa17cc8760b685ad41c19f15f9d89b68 (diff)
downloadforums-fc4aaa3f5a32d8d7295197f15b2b9355b851342a.tar
forums-fc4aaa3f5a32d8d7295197f15b2b9355b851342a.tar.gz
forums-fc4aaa3f5a32d8d7295197f15b2b9355b851342a.tar.bz2
forums-fc4aaa3f5a32d8d7295197f15b2b9355b851342a.tar.xz
forums-fc4aaa3f5a32d8d7295197f15b2b9355b851342a.zip
#48735
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9877 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/captcha/plugins')
-rw-r--r--phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
index 1b34f26bfa..4836d7906f 100644
--- a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
@@ -32,7 +32,6 @@ define('QA_CONFIRM_TABLE', $table_prefix . 'qa_confirm');
class phpbb_captcha_qa
{
var $confirm_id;
- var $confirm_code;
var $answer;
var $question_ids;
var $question_text;
@@ -509,7 +508,7 @@ class phpbb_captcha_qa
$db->sql_query($sql);
// we leave the class usable by generating a new question
- $this->generate_code();
+ $this->select_question();
}
/**