// small fix

This commit is contained in:
Rémi Gaillard
2012-11-26 19:14:06 +01:00
parent 809595becf
commit 06177fea69
+1 -1
View File
@@ -2047,7 +2047,7 @@ FileETag INode MTime Size
if (!$tpl && $cache_id === null && $compile_id === null)
return $smarty->clearAllCache();
return $smarty->clearCache($template, $cache_id, $compile_id);
return $smarty->clearCache($tpl, $cache_id, $compile_id);
}
/**