diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-10-30 18:16:16 -0400 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-10-30 18:16:16 -0400 |
commit | e0e3622ba9571e7fd2ab5d86e4544d9757c0ac5d (patch) | |
tree | 373979adebce060b989d893a81a8cc34412a5a42 /phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php | |
parent | c9ad0c6f25ddee3d433ec50b587c0a6668d4a174 (diff) | |
parent | 31781adf0ca9880069c8831177b34d573456f5d4 (diff) | |
download | forums-e0e3622ba9571e7fd2ab5d86e4544d9757c0ac5d.tar forums-e0e3622ba9571e7fd2ab5d86e4544d9757c0ac5d.tar.gz forums-e0e3622ba9571e7fd2ab5d86e4544d9757c0ac5d.tar.bz2 forums-e0e3622ba9571e7fd2ab5d86e4544d9757c0ac5d.tar.xz forums-e0e3622ba9571e7fd2ab5d86e4544d9757c0ac5d.zip |
Merge remote-tracking branch 'p/ticket/11159-develop' into develop
* p/ticket/11159-develop:
[ticket/11159] static public is the currently approved order.
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; |