mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17414] Remove request data from validate call
PHPBB-17414
This commit is contained in:
@@ -177,7 +177,7 @@ class db extends base
|
||||
if ($show_captcha)
|
||||
{
|
||||
$captcha->init(CONFIRM_LOGIN);
|
||||
$vc_response = $captcha->validate($row);
|
||||
$vc_response = $captcha->validate();
|
||||
if ($vc_response)
|
||||
{
|
||||
return array(
|
||||
|
Reference in New Issue
Block a user