[-] 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
This commit is contained in:
vChabot
2012-06-29 08:42:53 +00:00
parent 7842e563d0
commit 1c16baec21
@@ -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))