// fix update form.tpl in AdminLanguagesController

This commit is contained in:
lLefevre
2011-11-06 12:54:50 +00:00
parent 750adf9022
commit b441c1cf26
2 changed files with 53 additions and 300 deletions
@@ -299,6 +299,8 @@ class AdminLanguagesControllerCore extends AdminController
$this->fields_value['shop'][$row['id_shop']][] = $row[$this->identifier];
}
$this->addJS(_PS_JS_DIR_.'checkLangPack.js');
return parent::initForm();
}