[-] FO: Add the protocol content to the cache id of modules #PSCFV-8810

This commit is contained in:
Rémi Gaillard
2013-04-17 18:14:58 +02:00
parent a172632600
commit 39e3b079dd
4 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -1597,7 +1597,7 @@ abstract class ModuleCore
{
if ($name === null)
$name = $this->name;
return $name.'|'.(int)$this->context->shop->id.'|'.(int)Group::getCurrent()->id.'|'.(int)$this->context->language->id;
return $name.'|'.(int)Tools::usingSecureMode().'|'.(int)$this->context->shop->id.'|'.(int)Group::getCurrent()->id.'|'.(int)$this->context->language->id;
}
public function display($file, $template, $cacheId = null, $compileId = null)