mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Oh right. PHP4
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9581 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -51,9 +51,10 @@ class phpbb_captcha_gd extends phpbb_default_captcha
|
||||
}
|
||||
}
|
||||
|
||||
function get_instance()
|
||||
function &get_instance()
|
||||
{
|
||||
return new phpbb_captcha_gd();
|
||||
$instance =& new phpbb_captcha_gd();
|
||||
return $instance;
|
||||
}
|
||||
|
||||
function is_available()
|
||||
|
Reference in New Issue
Block a user