// little fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12867 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-01-31 15:31:57 +00:00
parent ccd7bad05c
commit 7f7b7361fb
@@ -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';