1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +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:
Henry Sudhof
2009-06-13 14:09:51 +00:00
parent cf3aad78cf
commit 11dc410633
10 changed files with 22 additions and 17 deletions

View File

@@ -80,7 +80,7 @@ function login_db(&$username, &$password)
}
else
{
$captcha = phpbb_captcha_factory::get_instance($config['captcha_plugin']);
$captcha =& phpbb_captcha_factory::get_instance($config['captcha_plugin']);
$captcha->init(CONFIRM_LOGIN);
$vc_response = $captcha->validate();