// And now use smarty cache groups for cache ids to be more efficient
This commit is contained in:
@@ -227,7 +227,7 @@ class BlockCategories extends Module
|
||||
$id_product = (int)Tools::getValue('id_product', 0);
|
||||
$id_category = (int)Tools::getValue('id_category', 0);
|
||||
$id_lang = (int)$this->context->language->id;
|
||||
return 'blockcategories|'.$this->context->shop->id.'_'.$groups.'_'.$id_lang.'_'.$id_product.'_'.$id_category;
|
||||
return 'blockcategories|'.$this->context->shop->id.'|'.$groups.'|'.$id_lang.'|'.$id_product.'|'.$id_category;
|
||||
}
|
||||
|
||||
public function hookFooter($params)
|
||||
|
||||
Reference in New Issue
Block a user