1
0
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:
Nuno Lopes 2019-05-15 20:01:41 +01:00 committed by Marc Alexander
parent 7c559b2912
commit d3c3dc24fe
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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;