[-] CORE : fixed bug #PSCFV-6238

This commit is contained in:
vAugagneur
2013-01-28 18:14:22 +01:00
parent 97a425d749
commit 178d2dede2

View File

@@ -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;