mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
... and finally
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10239 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d53f9a22d6
commit
df5fa06035
1 changed files with 1 additions and 1 deletions
|
@ -794,7 +794,7 @@ class phpbb_captcha_qa
|
||||||
'question_text' => request_var('question_text', '', true),
|
'question_text' => request_var('question_text', '', true),
|
||||||
'strict' => request_var('strict', false),
|
'strict' => request_var('strict', false),
|
||||||
'lang_iso' => request_var('lang_iso', ''),
|
'lang_iso' => request_var('lang_iso', ''),
|
||||||
'answers' => (strlen($answers)) ? explode("\n", request_var('answers', '', true)) : '',
|
'answers' => (strlen($answers)) ? explode("\n", $answers) : '',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $question;
|
return $question;
|
||||||
|
|
Loading…
Add table
Reference in a new issue