// Renamed defaultLanguage in id_lang_default in order to avoid conflict with an object #PSCFV-3780

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17065 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-29 09:55:39 +00:00
parent 07836fb3a0
commit 6fed7f3683
12 changed files with 79 additions and 82 deletions
@@ -2318,7 +2318,7 @@ class AdminProductsControllerCore extends AdminController
$this->getLanguages();
$this->tpl_form_vars['defaultLanguage'] = Configuration::get('PS_LANG_DEFAULT');
$this->tpl_form_vars['id_lang_default'] = Configuration::get('PS_LANG_DEFAULT');
$this->tpl_form_vars['currentIndex'] = self::$currentIndex;
$this->tpl_form_vars['display_multishop_checkboxes'] = (Shop::isFeatureActive() && Shop::getContext() != Shop::CONTEXT_SHOP && $this->display == 'edit');