aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/captcha_factory.php
diff options
context:
space:
mode:
authorBruno Ais <brunoaiss@gmail.com>2012-04-05 14:16:56 +0100
committerBruno Ais <brunoaiss@gmail.com>2012-04-05 14:16:56 +0100
commit2bf1c4eb32f1e668a215f1dabb42fe88e8a9cd11 (patch)
treea85dda809eeb673763c42769e01910a95692d540 /phpBB/includes/captcha/captcha_factory.php
parentc8da69d9c26e0017f13abb2c954e52c4cd593fdc (diff)
downloadforums-2bf1c4eb32f1e668a215f1dabb42fe88e8a9cd11.tar
forums-2bf1c4eb32f1e668a215f1dabb42fe88e8a9cd11.tar.gz
forums-2bf1c4eb32f1e668a215f1dabb42fe88e8a9cd11.tar.bz2
forums-2bf1c4eb32f1e668a215f1dabb42fe88e8a9cd11.tar.xz
forums-2bf1c4eb32f1e668a215f1dabb42fe88e8a9cd11.zip
[ticket/10575] Adding public visibility to the methods.
Added public visibility to the methods PHPBB3-10575
Diffstat (limited to 'phpBB/includes/captcha/captcha_factory.php')
-rw-r--r--phpBB/includes/captcha/captcha_factory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/captcha/captcha_factory.php b/phpBB/includes/captcha/captcha_factory.php
index 602c8d130a..d57b333c69 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
*/
- static function get_instance($name)
+ public static function get_instance($name)
{
global $phpbb_root_path, $phpEx;