From 178d2dede25ab877f845ecf80b802ab57a8dad13 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 28 Jan 2013 18:14:22 +0100 Subject: [PATCH] [-] CORE : fixed bug #PSCFV-6238 --- classes/module/Module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/module/Module.php b/classes/module/Module.php index 156a7b0ef..452491768 100644 --- a/classes/module/Module.php +++ b/classes/module/Module.php @@ -1373,7 +1373,7 @@ abstract class ModuleCore * @param boolean|string $specific filename to use in translation key * @return string Translation */ - public function l($string, $specific = false, $id_lang = null) + public function l($string, $specific = false) { if (self::$_generate_config_xml_mode) return $string;