// little fix when bulk deleting products

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14346 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-03-28 15:56:51 +00:00
parent 55582dd49f
commit fc44d1a51f
@@ -561,7 +561,8 @@ class AdminProductsControllerCore extends AdminController
$this->redirect_after = self::$currentIndex.'&conf=2&token='.$this->token.$category_url;
}
$this->errors[] = Tools::displayError('An error occurred while deleting selection.');
else
$this->errors[] = Tools::displayError('An error occurred while deleting selection.');
}
}
else