diff options
Diffstat (limited to 'phpBB/phpbb/captcha/factory.php')
| -rw-r--r-- | phpBB/phpbb/captcha/factory.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/phpbb/captcha/factory.php b/phpBB/phpbb/captcha/factory.php index 6164b12e85..838f8a4ccd 100644 --- a/phpBB/phpbb/captcha/factory.php +++ b/phpBB/phpbb/captcha/factory.php @@ -40,8 +40,12 @@ class factory $this->plugins = $plugins; } - //static public function get_instance($name) - + /** + * Return a new instance of a given plugin + * + * @param $name + * @return object + */ public function get_instance($name) { return $this->container->get($name); |
