From 1c16baec215e7f1d2531e98d1e8b764f5ea855f6 Mon Sep 17 00:00:00 2001 From: vChabot Date: Fri, 29 Jun 2012 08:42:53 +0000 Subject: [PATCH] [-] BO : BugFix : #PSCFV-2958 : Tags do not work after import git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16162 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminImportController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controllers/admin/AdminImportController.php b/controllers/admin/AdminImportController.php index 2eb4cf30e..d52411d93 100644 --- a/controllers/admin/AdminImportController.php +++ b/controllers/admin/AdminImportController.php @@ -1314,6 +1314,8 @@ class AdminImportControllerCore extends AdminController } } } + // we have to index new tags to be able to search new created tags + Search::indexation(false); } //delete existing images if "delete_existing_images" is set to 1 if (isset($product->delete_existing_images))