// Set params as null

This commit is contained in:
PrestaEdit
2013-05-20 14:49:45 +02:00
parent fe4223593d
commit 7864f38438
+1 -1
View File
@@ -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');