CRM-14543 - Enabling ReCaptcha fails if library is already loaded-Indentation Fix
authorKevin Cristiano <kcristiano@tadpole.cc>
Mon, 28 Apr 2014 17:40:36 +0000 (13:40 -0400)
committerKevin Cristiano <kcristiano@tadpole.cc>
Mon, 28 Apr 2014 17:40:36 +0000 (13:40 -0400)
CRM/Utils/ReCAPTCHA.php

index 1f2c2ad436f82cd64c511a806b69eae69363bd9f..2545f948ca3cb1a030967a44ae61c47c41efe7eb 100644 (file)
@@ -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