From 7864f3843884d64fd86cb730cc118b809cfebd5d Mon Sep 17 00:00:00 2001 From: PrestaEdit Date: Mon, 20 May 2013 14:49:45 +0200 Subject: [PATCH] // Set params as null --- classes/Tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Tools.php b/classes/Tools.php index 0472fa8d5..b742e7f38 100644 --- a/classes/Tools.php +++ b/classes/Tools.php @@ -610,7 +610,7 @@ class ToolsCore * @param string $separator DEPRECATED * @return string Date */ - public static function displayDate($date, $id_lang, $full = false, $separator = '-') + public static function displayDate($date, $id_lang = null, $full = false, $separator = null) { if ($id_lang !== null) Tools::displayParameterAsDeprecated('id_lang');