// Renamed defaultLanguage in id_lang_default in order to avoid conflict with an object #PSCFV-3780
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user