Skip to content

Commit

Permalink
[-] BO : Partial report of PrestaShop#3853
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Sep 21, 2015
1 parent 0804d88 commit fbf4746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/admin/AdminProductsController.php
Expand Up @@ -2843,7 +2843,7 @@ public function renderForm()

$page = (int)Tools::getValue('page');

$this->tpl_form_vars['form_action'] = $this->context->link->getAdminLink('AdminProducts').'&'.($id_product ? 'id_product='.(int)$id_product : 'addproduct').($page > 1 ? '&page='.(int)$page : '');
$this->tpl_form_vars['form_action'] = $this->context->link->getAdminLink('AdminProducts').'&'.($id_product ? 'updateproduct&id_product='.(int)$id_product : 'addproduct').($page > 1 ? '&page='.(int)$page : '');
$this->tpl_form_vars['id_product'] = $id_product;

// Transform configuration option 'upload_max_filesize' in octets
Expand Down

0 comments on commit fbf4746

Please sign in to comment.