mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/17414] Fix small issues with compatibility to legacy captchas
PHPBB-17414
This commit is contained in:
@@ -40,7 +40,7 @@ class qa
|
||||
protected $service_name;
|
||||
|
||||
/** @var int Question ID */
|
||||
protected $question = -1;
|
||||
private $question = -1;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
Reference in New Issue
Block a user