We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cc10d commit 3e87f6bCopy full SHA for 3e87f6b
Classes/Domain/Validator/SpamShield/SessionMethod.php
@@ -21,7 +21,7 @@ public function spamCheck(): bool
21
$this->mail->getForm()->getUid(),
22
$this->settings
23
);
24
- $referrer = $this->arguments['__referrer']['@action'];
+ $referrer = $this->arguments['__referrer']['@action'] ?? $this->arguments['action'] ?? '';
25
return $referrer !== 'optinConfirm' && empty($timeFromSession);
26
}
27
0 commit comments