diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2012-11-08 23:57:33 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2012-11-08 23:57:33 +0100 |
| commit | 5d37c171c2c47be5e718b9a5e961a365c8f02f19 (patch) | |
| tree | 229e0fd022b6d275ceffcea4ee8ca312fa87bf9f /phpBB/includes/captcha/captcha_factory.php | |
| parent | fc41b52cea379835b12950d4bdef2ca5c0d11246 (diff) | |
| parent | 644662bc2cee77de5e43134635b82fe5acd03538 (diff) | |
| download | forums-5d37c171c2c47be5e718b9a5e961a365c8f02f19.tar forums-5d37c171c2c47be5e718b9a5e961a365c8f02f19.tar.gz forums-5d37c171c2c47be5e718b9a5e961a365c8f02f19.tar.bz2 forums-5d37c171c2c47be5e718b9a5e961a365c8f02f19.tar.xz forums-5d37c171c2c47be5e718b9a5e961a365c8f02f19.zip | |
Merge remote-tracking branch 'p/ticket/11159' into develop
* p/ticket/11159:
[ticket/11159] Static public is the currently approved order.
Diffstat (limited to 'phpBB/includes/captcha/captcha_factory.php')
| -rw-r--r-- | phpBB/includes/captcha/captcha_factory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/captcha/captcha_factory.php b/phpBB/includes/captcha/captcha_factory.php index d57b333c69..1ed8e119b5 100644 --- a/phpBB/includes/captcha/captcha_factory.php +++ b/phpBB/includes/captcha/captcha_factory.php @@ -25,7 +25,7 @@ class phpbb_captcha_factory /** * return an instance of class $name in file $name_plugin.php */ - public static function get_instance($name) + static public function get_instance($name) { global $phpbb_root_path, $phpEx; |
