// little fix

This commit is contained in:
vChabot
2012-01-31 15:31:57 +00:00
parent 1d5fc5324a
commit 2c7d3cc92b
@@ -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';