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