// fix update form.tpl in AdminLanguagesController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9911 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-06 12:54:50 +00:00
parent b9c0cebc09
commit c62eb897a5
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();
}