[*] Core: Upgrade smarty to version 3.1.3

This commit is contained in:
rGaillard
2011-10-19 15:16:52 +00:00
parent 978ba64d17
commit 30b74705e7
128 changed files with 24059 additions and 13 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ class ToolsCore
*/
public static function dateFormat($params, &$smarty)
{
return self::displayDate($params['date'], $smarty->ps_language->id, (isset($params['full']) ? $params['full'] : false));
return self::displayDate($params['date'], Context::getContext()->language->id, (isset($params['full']) ? $params['full'] : false));
}
/**