1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/11159] static public is the currently approved order.

PHPBB3-11159
This commit is contained in:
Oleg Pudeyev
2012-10-29 14:57:27 -04:00
parent dc8052b5c0
commit 31781adf0c
5 changed files with 5 additions and 5 deletions

View File

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