mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
[ticket/15982] fix warning with PHP >= 7.2 with Q&A captcha plugin
PHPBB3-15982
This commit is contained in:
parent
7c559b2912
commit
d3c3dc24fe
@ -21,7 +21,7 @@ class qa
|
||||
{
|
||||
var $confirm_id;
|
||||
var $answer;
|
||||
var $question_ids;
|
||||
var $question_ids = [];
|
||||
var $question_text;
|
||||
var $question_lang;
|
||||
var $question_strict;
|
||||
|
Loading…
x
Reference in New Issue
Block a user