mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Merge pull request #6680 from marc1706/ticket/17366
[ticket/17366] Resolve issues with form submissions and recaptcha
This commit is contained in:
@@ -359,6 +359,7 @@ class recaptcha_v3 extends captcha_abstract
|
||||
if ($result->isSuccess())
|
||||
{
|
||||
$this->solved = true;
|
||||
$this->confirm_code = $this->code;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user