[-] CORE : fixed bug #PSCFV-5116 Horizontal top menu cache

This commit is contained in:
vAugagneur
2012-12-18 16:00:10 +01:00
parent ef0eb49ba9
commit 9b0dbae730

View File

@@ -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();
}