diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-07-22 22:17:14 +0200 | 
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-07-22 22:17:14 +0200 | 
| commit | ce518043e9a264f582bb79a588dfee6ad417d010 (patch) | |
| tree | e8085ad41c4857a9376d077f56708db4fd7976bb | |
| parent | 58fa8eabb76535e5044303f68651521a90b0a3ef (diff) | |
| parent | d3c3dc24fe900773ecaf32ea107c29a0af562d4d (diff) | |
| download | forums-ce518043e9a264f582bb79a588dfee6ad417d010.tar forums-ce518043e9a264f582bb79a588dfee6ad417d010.tar.gz forums-ce518043e9a264f582bb79a588dfee6ad417d010.tar.bz2 forums-ce518043e9a264f582bb79a588dfee6ad417d010.tar.xz forums-ce518043e9a264f582bb79a588dfee6ad417d010.zip  | |
Merge branch '3.2.x' into 3.3.x
| -rw-r--r-- | phpBB/phpbb/captcha/plugins/qa.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/captcha/plugins/qa.php b/phpBB/phpbb/captcha/plugins/qa.php index 70b3f72cc3..966b8d32f2 100644 --- a/phpBB/phpbb/captcha/plugins/qa.php +++ b/phpBB/phpbb/captcha/plugins/qa.php @@ -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;  | 
