// 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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user