// And now use smarty cache groups for cache ids to be more efficient

This commit is contained in:
Rémi Gaillard
2013-04-05 11:57:52 +02:00
parent 0e418f20cc
commit 2837c0e34e
4 changed files with 4 additions and 4 deletions

View File

@@ -1595,7 +1595,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)$this->context->shop->id.'|'.(int)Group::getCurrent()->id.'|'.(int)$this->context->language->id;
}
public function display($file, $template, $cacheId = null, $compileId = null)