aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
index d71a781ae7..15ad18ba87 100644
--- a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php
@@ -95,7 +95,7 @@ class phpbb_captcha_qa
$this->select_question();
}
}
-
+
/**
* API function
*/
@@ -442,7 +442,7 @@ class phpbb_captcha_qa
$this->load_answer();
}
-
+
/**
* Look up everything we need and populate the instance variables.
*/
@@ -812,7 +812,7 @@ class phpbb_captcha_qa
function acp_add_question($data)
{
global $db, $cache;
-
+
$langs = $this->get_languages();
$question_ary = $data;