Hello there,
there seems to be a mistake in the first part of the condition:
|
if ($status == false || $status['error'] !== '') { |
According to
|
$result = ['verified' => false, 'error' => '']; |
$status is never
false here while
$status['verified'] may be.
Hello there,
there seems to be a mistake in the first part of the condition:
db_friendlycaptcha/Classes/Validation/FriendlyCaptchaValidator.php
Line 52 in 8aa14a5
According to
db_friendlycaptcha/Classes/Services/FriendlyCaptchaService.php
Line 146 in 8aa14a5
$statusis neverfalsehere while$status['verified']may be.