[-] TR : fix #PSCFV-3436

This commit is contained in:
lLefevre
2012-07-31 12:23:51 +00:00
parent d28d7e63c1
commit 4fbf229953

View File

@@ -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)