1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

[ticket/10575] Adding public visibility to the methods.

Added public visibility to the methods

PHPBB3-10575
This commit is contained in:
Bruno Ais
2012-04-05 14:16:56 +01:00
parent c8da69d9c2
commit 2bf1c4eb32
6 changed files with 6 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ class phpbb_captcha_gd extends phpbb_default_captcha
}
}
static function get_instance()
public static function get_instance()
{
$instance = new phpbb_captcha_gd();
return $instance;