mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/10575] Adding public visibility to the methods.
Added public visibility to the methods PHPBB3-10575
This commit is contained in:
@@ -39,7 +39,7 @@ class phpbb_captcha_nogd extends phpbb_default_captcha
|
||||
}
|
||||
}
|
||||
|
||||
static function get_instance()
|
||||
public static function get_instance()
|
||||
{
|
||||
$instance = new phpbb_captcha_nogd();
|
||||
return $instance;
|
||||
|
Reference in New Issue
Block a user