// Fix smarty cache after modules translation update

This commit is contained in:
Rémi Gaillard
2013-04-17 14:44:20 +02:00
parent 49ff8ae4a1
commit f83b91ae51
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -2117,7 +2117,7 @@ exit;
*
* @param Smarty $smarty
*/
public static function clearCache($smarty, $tpl = false, $cache_id = null, $compile_id = null)
public static function clearCache($smarty = null, $tpl = false, $cache_id = null, $compile_id = null)
{
if (is_null($smarty))
$smarty = Context::getContext()->smarty;