1
0
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:
Oleg Pudeyev
2012-11-06 16:43:48 -05:00
parent 196ed8ef9f
commit 644662bc2c
5 changed files with 5 additions and 5 deletions

View File

@@ -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;