// fixed bug delete img && update back url

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10997 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-06 15:21:22 +00:00
parent 1886d7ddfc
commit 53ffa9dace
2 changed files with 1 additions and 2 deletions
@@ -185,7 +185,7 @@ class AdminAttributeGeneratorControllerCore extends AdminController
public function initToolbar()
{
$this->toolbar_btn['back'] = array(
'href' => $this->context->link->getAdminLink('AdminProducts').'&id_product='.(int)Tools::getValue('id_product'),
'href' => $this->context->link->getAdminLink('AdminProducts').'&id_product='.(int)Tools::getValue('id_product').'&addproduct&action=Combinations',
'desc' => $this->l('Back to product')
);
}