[-] TR : fix #PSCFV-3436
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16625 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1602,7 +1602,7 @@ abstract class ModuleCore
|
||||
{
|
||||
$context = Context::getContext();
|
||||
|
||||
return $context->smarty->isCached($this->_getApplicableTemplateDir($template).$template, $cacheId, $compileId);
|
||||
return $context->smarty->isCached($this->getTemplatePath($template), $cacheId, $compileId);
|
||||
}
|
||||
|
||||
protected function _clearCache($template, $cache_id = null, $compile_id = null)
|
||||
|
||||
Reference in New Issue
Block a user