Projekt

Allgemein

Profil

GX-Bug #44090 » ReCaptchaSSLFix.patch

/system/classes/security/Captcha.inc.php - Till Tepelmann, 01.12.2015 12:54

Unterschiede anzeigen:

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');
    (1-1/1)