From 0d50493737963befb2161f63f9004723b453380c Mon Sep 17 00:00:00 2001 From: fBrignoli Date: Mon, 6 Aug 2012 09:52:02 +0000 Subject: [PATCH] [-] BO : AdminProductController::updateTags has no return value git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16713 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminProductsController.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php index 07bc5a5f5..a8af2f1f2 100644 --- a/controllers/admin/AdminProductsController.php +++ b/controllers/admin/AdminProductsController.php @@ -1958,6 +1958,8 @@ class AdminProductsControllerCore extends AdminController if (!$tag_success) $this->errors[] = Tools::displayError('An error occurred while adding tags.'); + + return $tag_success; } public function initContent($token = null) @@ -3934,6 +3936,8 @@ class AdminProductsControllerCore extends AdminController + + /** * delete all items in pack, then check if type_product value is 2. * if yes, add the pack items from input "inputPackItems"