make userdata available

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10406 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2010-01-14 22:55:38 +00:00
parent 0f5856ce5b
commit 0139246ccb

View file

@ -71,7 +71,7 @@ function login_db(&$username, &$password)
$captcha =& phpbb_captcha_factory::get_instance($config['captcha_plugin']);
$captcha->init(CONFIRM_LOGIN);
$vc_response = $captcha->validate();
$vc_response = $captcha->validate($row);
if ($vc_response)
{
return array(