aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/plugins
diff options
context:
space:
mode:
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();
}
/**