[-] BO : fix #PSCFV-5019

This commit is contained in:
lLefevre
2012-10-17 09:31:27 +00:00
parent 6588f9514c
commit 58e08fef6b
@@ -753,6 +753,7 @@ class AdminImportControllerCore extends AdminController
protected static function fillInfo($infos, $key, &$entity)
{
$infos = trim($infos);
if (isset(self::$validators[$key][1]) && self::$validators[$key][1] == 'createMultiLangField' && Tools::getValue('iso_lang'))
{
$id_lang = Language::getIdByIso(Tools::getValue('iso_lang'));