[-] CORE : fixed bug #PSCFV-6238
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user