mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11159] Static public is the currently approved order.
PHPBB3-11159
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user