mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9804] Account evil3 renamed to igorw, adjust AUTHORS [ticket/9829] Fix error in recaptcha validation.
This commit is contained in:
commit
798e62b7b0
2 changed files with 2 additions and 5 deletions
|
@ -27,7 +27,7 @@ phpBB Developers: A_Jelly_Doughnut (Josh Woody)
|
|||
APTX (Marek A. R.)
|
||||
bantu (Andreas Fischer)
|
||||
dhn (Dominik Dröscher)
|
||||
evil<3 (Igor Wiedler)
|
||||
igorw (Igor Wiedler)
|
||||
kellanved (Henry Sudhof)
|
||||
nickvergessen (Joas Schilling)
|
||||
rxu (Ruslan Uzdenov)
|
||||
|
|
|
@ -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