aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-06-13 14:09:51 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-06-13 14:09:51 +0000
commit11dc41063313d62b100c16bceb289b12c7c3bf2b (patch)
treefc951aec5ce030c8bfab86071e2163bebf968988 /phpBB/includes/auth
parentcf3aad78cf902def95335f1e4bb7603126cd9221 (diff)
downloadforums-11dc41063313d62b100c16bceb289b12c7c3bf2b.tar
forums-11dc41063313d62b100c16bceb289b12c7c3bf2b.tar.gz
forums-11dc41063313d62b100c16bceb289b12c7c3bf2b.tar.bz2
forums-11dc41063313d62b100c16bceb289b12c7c3bf2b.tar.xz
forums-11dc41063313d62b100c16bceb289b12c7c3bf2b.zip
Oh right. PHP4
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9581 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/auth')
-rw-r--r--phpBB/includes/auth/auth_db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/auth/auth_db.php b/phpBB/includes/auth/auth_db.php
index f798264ada..5dc141ff77 100644
--- a/phpBB/includes/auth/auth_db.php
+++ b/phpBB/includes/auth/auth_db.php
@@ -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();