X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FReCAPTCHA.php;h=2d48759f59c23d8cc3f0185ed9106b576f4c65a7;hb=8671b4f2efb228dc654123b391fd794b23b99d49;hp=cdefd36e62bbb79431ec77446e9ca121adc64ac1;hpb=ef17169fb0515da70a95a049b6fce4acc9377b47;p=civicrm-core.git diff --git a/CRM/Utils/ReCAPTCHA.php b/CRM/Utils/ReCAPTCHA.php index cdefd36e62..2d48759f59 100644 --- a/CRM/Utils/ReCAPTCHA.php +++ b/CRM/Utils/ReCAPTCHA.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -125,4 +125,5 @@ class CRM_Utils_ReCAPTCHA { ); return $resp->is_valid; } + }