// fix in product page edition after deleting pack and save, some javascript function were not loaded

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13481 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2012-02-20 17:32:54 +00:00
parent 609a45f25b
commit 1b91c7da2a
3 changed files with 9 additions and 5 deletions
@@ -2101,6 +2101,7 @@ class AdminProductsControllerCore extends AdminController
$this->getLanguages();
$languages = $this->_languages;
$default_language = (int)Configuration::get('PS_LANG_DEFAULT');
$this->tpl_form_vars['defaultLanguage'] = Language::getLanguage($default_language);
$this->tpl_form_vars['currentIndex'] = self::$currentIndex;
$this->fields_form = array('');