[-] BO : fixed bug #PSCFV-3466

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16686 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-08-03 14:09:06 +00:00
parent b76c949926
commit 0817e3bc08
@@ -415,6 +415,9 @@ class AdminAttributesGroupsControllerCore extends AdminController
else
$this->redirect_after = self::$currentIndex.'&'.$this->identifier.'=&id_attribute_group='.(int)Tools::getValue('id_attribute_group').'&conf=3&update'.$this->table.'&token='.$this->token;
}
if (count($this->errors))
$this->setTypeAttribute();
}
/**