[-] FO: http page should be redirected to http when accessed with https #PSCFV-9212

This commit is contained in:
Rémi Gaillard
2013-06-04 16:27:47 +02:00
parent 23afba3c59
commit ba1c4b9f3a
+1 -1
View File
@@ -108,7 +108,7 @@ class FrontControllerCore extends Controller
// If current URL use SSL, set it true (used a lot for module redirect)
if (Tools::usingSecureMode())
$useSSL = $this->ssl = true;
$useSSL = true;
// For compatibility with globals, DEPRECATED as of version 1.5
$css_files = $this->css_files;