GX-Bug #44090 » ReCaptchaSSLFix.patch
| src/system/classes/security/Captcha.inc.php (revision ) | ||
|---|---|---|
| 148 | 148 |
protected function _getResultHtmlRecaptcha() |
| 149 | 149 |
{
|
| 150 | 150 |
include_once(DIR_FS_CATALOG . 'includes/recaptchalib.php'); |
| 151 |
$html = recaptcha_get_html($this->publicKey, $this->error); |
|
| 151 |
$html = recaptcha_get_html($this->publicKey, $this->error,true);
|
|
| 152 | 152 |
$this->error = ''; |
| 153 | 153 |
|
| 154 | 154 |
$contentView = MainFactory::create('CaptchaContentView');
|