From 14e15f46becfc425b9fc6e1e6ce3ebfd1fcaf703 Mon Sep 17 00:00:00 2001 From: Kevin Cristiano Date: Mon, 28 Apr 2014 13:40:36 -0400 Subject: [PATCH] CRM-14543 - Enabling ReCaptcha fails if library is already loaded-Indentation Fix --- CRM/Utils/ReCAPTCHA.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/ReCAPTCHA.php b/CRM/Utils/ReCAPTCHA.php index 1f2c2ad436..2545f948ca 100644 --- a/CRM/Utils/ReCAPTCHA.php +++ b/CRM/Utils/ReCAPTCHA.php @@ -78,7 +78,7 @@ class CRM_Utils_ReCAPTCHA { $config = CRM_Core_Config::singleton(); $useSSL = FALSE; if ( !function_exists( 'recaptcha_get_html' ) ) { - require_once 'packages/recaptcha/recaptchalib.php'; + require_once 'packages/recaptcha/recaptchalib.php'; } // See if we are using SSL -- 2.25.1