mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Add some data for akismet et al
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9702 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -222,8 +222,8 @@ class ucp_register
|
||||
|
||||
if ($config['enable_confirm'])
|
||||
{
|
||||
$vc_response = $captcha->validate();
|
||||
if (!$captcha->is_solved() && $vc_response)
|
||||
$vc_response = $captcha->validate($data);
|
||||
if ($vc_response)
|
||||
{
|
||||
$error[] = $vc_response;
|
||||
}
|
||||
|
Reference in New Issue
Block a user