// little fix when bulk deleting products

This commit is contained in:
vChabot
2012-03-28 15:56:51 +00:00
parent 01455ffc3d
commit 6da77416bc
@@ -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