mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'ticket/bantu/9829' into develop-olympus
* ticket/bantu/9829: [ticket/9829] Fix error in recaptcha validation.
This commit is contained in:
commit
8e7f2e179e
1 changed files with 1 additions and 4 deletions
|
@ -314,10 +314,7 @@ class phpbb_recaptcha extends phpbb_default_captcha
|
|||
}
|
||||
else
|
||||
{
|
||||
if ($answers[1] === 'incorrect-captcha-sol')
|
||||
{
|
||||
return $user->lang['RECAPTCHA_INCORRECT'];
|
||||
}
|
||||
return $user->lang['RECAPTCHA_INCORRECT'];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue