mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
[ticket/10575] Adding public visibility to the methods.
Added public visibility to the methods PHPBB3-10575
This commit is contained in:
@@ -25,7 +25,7 @@ class phpbb_captcha_factory
|
||||
/**
|
||||
* return an instance of class $name in file $name_plugin.php
|
||||
*/
|
||||
static function get_instance($name)
|
||||
public static function get_instance($name)
|
||||
{
|
||||
global $phpbb_root_path, $phpEx;
|
||||
|
||||
|
Reference in New Issue
Block a user