[-] CORE : fixed bug #PSCFV-5116 Horizontal top menu cache
This commit is contained in:
@@ -1636,7 +1636,7 @@ abstract class ModuleCore
|
||||
protected function _clearCache($template, $cache_id = null, $compile_id = null)
|
||||
{
|
||||
Tools::enableCache();
|
||||
Tools::clearCache(Context::getContext()->smarty, $template, $cache_id, $compile_id);
|
||||
Tools::clearCache(Context::getContext()->smarty, $this->getTemplatePath($template), $cache_id, $compile_id);
|
||||
Tools::restoreCacheSettings();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user