diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-10-29 14:57:27 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-10-29 14:57:27 -0400 |
commit | 31781adf0ca9880069c8831177b34d573456f5d4 (patch) | |
tree | 4912e9957686291e2567b39773097a3f65cee825 /phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php | |
parent | dc8052b5c035f5eb588084e68ece7e0f977290a4 (diff) | |
download | forums-31781adf0ca9880069c8831177b34d573456f5d4.tar forums-31781adf0ca9880069c8831177b34d573456f5d4.tar.gz forums-31781adf0ca9880069c8831177b34d573456f5d4.tar.bz2 forums-31781adf0ca9880069c8831177b34d573456f5d4.tar.xz forums-31781adf0ca9880069c8831177b34d573456f5d4.zip |
[ticket/11159] static public is the currently approved order.
PHPBB3-11159
Diffstat (limited to 'phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php')
-rw-r--r-- | phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php b/phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php index 6c1f3bf00b..1a3523567e 100644 --- a/phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php +++ b/phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php @@ -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; |