Skip to content

Commit

Permalink
[#28075] Recaptcha image doesnt show up, maybe because of https secure
Browse files Browse the repository at this point in the history
website. Thanks Viet.
  • Loading branch information
Viet Vu authored and infograf768 committed Feb 19, 2012
1 parent d51e2b2 commit 0b8cc89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions installation/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/captcha/recaptcha/recaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0b8cc89

Please sign in to comment.