[-] BO : fix #PSCFV-5019

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17890 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-10-17 09:31:27 +00:00
parent f0f658df52
commit 9097994ec5
@@ -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'));