projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d248579
)
CRM-14543 - Enabling ReCaptcha fails if library is already loaded-Indentation Fix
author
Kevin Cristiano
<kcristiano@tadpole.cc>
Mon, 28 Apr 2014 17:40:36 +0000
(13:40 -0400)
committer
Kevin Cristiano
<kcristiano@tadpole.cc>
Mon, 28 Apr 2014 17:40:36 +0000
(13:40 -0400)
CRM/Utils/ReCAPTCHA.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/ReCAPTCHA.php
b/CRM/Utils/ReCAPTCHA.php
index 1f2c2ad436f82cd64c511a806b69eae69363bd9f..2545f948ca3cb1a030967a44ae61c47c41efe7eb 100644
(file)
--- 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