// 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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user