[-] BO : fix #PSCFV-4053

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17870 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-10-16 09:52:07 +00:00
parent c25252cc42
commit f3d9602199
2 changed files with 4 additions and 2 deletions
@@ -404,7 +404,9 @@ class AdminFeaturesControllerCore extends AdminController
if (Tools::isSubmit('submitAdd'.$this->table.'AndStay') && !count($this->errors))
$this->redirect_after = self::$currentIndex.'&'.$this->identifier.'=&conf=3&update'.$this->table.'&token='.$this->token;
else if (Tools::isSubmit('submitAdd'.$this->table.'AndStay') && count($this->errors))
$this->display = 'editFeatureValue';
return $object;
}