mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17414] Remove request data from validate call
PHPBB-17414
This commit is contained in:
@@ -293,7 +293,7 @@ class ucp_register
|
||||
|
||||
if ($config['enable_confirm'])
|
||||
{
|
||||
$vc_response = $captcha->validate($data);
|
||||
$vc_response = $captcha->validate();
|
||||
if ($vc_response !== false)
|
||||
{
|
||||
$error[] = $vc_response;
|
||||
|
Reference in New Issue
Block a user