[-] BO : #PSTEST-400 - Fix bug with attribute value and "save and stay" (attribute type)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12945 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-02 17:35:12 +00:00
parent 182a7ba786
commit 206950d894
@@ -376,7 +376,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
if ($this->display == 'add')
$this->redirect_after = self::$currentIndex.'&'.$this->identifier.'=&conf=3&update'.$this->table.'&token='.$token;
else
$this->redirect_after = self::$currentIndex.'&'.$this->identifier.'&conf=3&update'.$this->table.'&token='.$token;
$this->redirect_after = self::$currentIndex.'&id_attribute_group='.(int)Tools::getValue('id_attribute_group').'&'.$this->identifier.'&conf=3&update'.$this->table.'&token='.$token;
}
}