diff --git a/wp-content/plugins/wp-recaptcha-bp/recaptcha.php b/wp-content/plugins/wp-recaptcha-bp/recaptcha.php index a9ea1d6c7a53be3e411aebdb8b0aaa3b2c0f04e4..2cb535b2ded7f2847ae2237fe1c992672b6fab89 100644 --- a/wp-content/plugins/wp-recaptcha-bp/recaptcha.php +++ b/wp-content/plugins/wp-recaptcha-bp/recaptcha.php @@ -252,7 +252,7 @@ class ReCAPTCHAPlugin extends WPPlugin $_POST['g-recaptcha-response'] == '') { $result['errors']->add('blank_captcha', $this->options['no_response_error']); - return $result['errors']; + return $result; } if ($this->_reCaptchaLib == null) {