From 0b8cc89e8d1802d05d1597a8dee1d14b946831fa Mon Sep 17 00:00:00 2001 From: Viet Vu Date: Sun, 19 Feb 2012 18:32:20 +0100 Subject: [PATCH] [#28075] Recaptcha image doesnt show up, maybe because of https secure website. Thanks Viet. --- installation/CHANGELOG | 1 + plugins/captcha/recaptcha/recaptcha.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/installation/CHANGELOG b/installation/CHANGELOG index 4ffe705828bfc..e0d5af401ce04 100644 --- a/installation/CHANGELOG +++ b/installation/CHANGELOG @@ -29,6 +29,7 @@ $ -> Language fix or change 19-Feb-2012 Jean-Marie Simonet [#28091] Move the check if multilang is enabled to the libraries. Thanks Rouven [#28068] Module weblinks does not import needed JModel class. Thanks Pepe. + [#28075] Recaptcha image doesnt show up, maybe because of https secure website. Thanks Viet. 17-Feb-2012 Jean-Marie Simonet # [#28072] *Content Languages ordering broken diff --git a/plugins/captcha/recaptcha/recaptcha.php b/plugins/captcha/recaptcha/recaptcha.php index b1b99ddd0ab7c..cb791c3d2c091 100644 --- a/plugins/captcha/recaptcha/recaptcha.php +++ b/plugins/captcha/recaptcha/recaptcha.php @@ -22,7 +22,7 @@ class plgCaptchaRecaptcha extends JPlugin { const RECAPTCHA_API_SERVER = "http://api.recaptcha.net"; - const RECAPTCHA_API_SECURE_SERVER = "https://api-secure.recaptcha.net"; + const RECAPTCHA_API_SECURE_SERVER = "https://www.google.com/recaptcha/api"; const RECAPTCHA_VERIFY_SERVER = "api-verify.recaptcha.net"; public function __construct($subject, $config)