From df5fa06035cd86f6441edcdecb5b18c0caba27f0 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Tue, 27 Oct 2009 13:54:03 +0000 Subject: [PATCH] ... and finally git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10239 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php index c078265971..45811c5d26 100644 --- a/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php +++ b/phpBB/includes/captcha/plugins/phpbb_captcha_qa_plugin.php @@ -794,7 +794,7 @@ class phpbb_captcha_qa 'question_text' => request_var('question_text', '', true), 'strict' => request_var('strict', false), 'lang_iso' => request_var('lang_iso', ''), - 'answers' => (strlen($answers)) ? explode("\n", request_var('answers', '', true)) : '', + 'answers' => (strlen($answers)) ? explode("\n", $answers) : '', ); return $question;