mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class qa
|
||||||
{
|
{
|
||||||
var $confirm_id;
|
var $confirm_id;
|
||||||
var $answer;
|
var $answer;
|
||||||
var $question_ids;
|
var $question_ids = [];
|
||||||
var $question_text;
|
var $question_text;
|
||||||
var $question_lang;
|
var $question_lang;
|
||||||
var $question_strict;
|
var $question_strict;
|
||||||
|
|
Loading…
Add table
Reference in a new issue