Extra space missed by sniffer
[MAILPOET-3788]
This commit is contained in:
@@ -43,7 +43,7 @@ class Captcha {
|
||||
}
|
||||
|
||||
public function isRequired($subscriberEmail = null) {
|
||||
if ($this->isUserExemptFromCaptcha() ) {
|
||||
if ($this->isUserExemptFromCaptcha()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user