From b02b32575e3405bf88b7c5d990b93a1febc2c775 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Thu, 11 Oct 2012 15:16:00 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-4653 --- controllers/admin/AdminShopController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminShopController.php b/controllers/admin/AdminShopController.php index 20bd3ac03..8f3ebefb7 100755 --- a/controllers/admin/AdminShopController.php +++ b/controllers/admin/AdminShopController.php @@ -610,7 +610,7 @@ class AdminShopControllerCore extends AdminController } Category::updateFromShop(Tools::getValue('categoryBox'), $object->id); - + Search::indexation(true); return $object; }