From 7f7b7361fb559320d39c5d57af4802186fb0c6db Mon Sep 17 00:00:00 2001 From: vChabot Date: Tue, 31 Jan 2012 15:31:57 +0000 Subject: [PATCH] // little fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12867 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminAttributesGroupsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminAttributesGroupsController.php b/controllers/admin/AdminAttributesGroupsController.php index 15d96fbc4..b0c03d3d3 100644 --- a/controllers/admin/AdminAttributesGroupsController.php +++ b/controllers/admin/AdminAttributesGroupsController.php @@ -519,7 +519,7 @@ class AdminAttributesGroupsControllerCore extends AdminController */ public function processSave($token) { - if ($this->display == 'add') + if ($this->display == 'add' || $this->display == 'edit') $this->identifier = 'id_attribute_group'; else $this->identifier = 'id_attribute';