//missing commit related to rev:17989

This commit is contained in:
vAugagneur
2012-11-14 13:32:13 +00:00
parent ee3c3e07a2
commit f2ed38cc0d
@@ -2372,6 +2372,7 @@ class AdminProductsControllerCore extends AdminController
$this->display = 'edit';
$this->tpl_form_vars['token'] = $this->token;
$this->tpl_form_vars['combinationImagesJs'] = $this->getCombinationImagesJs();
$this->tpl_form_vars['PS_ALLOW_ACCENTED_CHARS_URL'] = (int)Configuration::get('PS_ALLOW_ACCENTED_CHARS_URL');
$this->tpl_form_vars['post_data'] = Tools::jsonEncode($_POST);
$this->tpl_form_vars['save_error'] = !empty($this->errors);