[-] BO : BugFix : #PSCFV-2958 : Tags do not work after import

This commit is contained in:
vChabot
2012-06-29 08:42:53 +00:00
parent dce802df82
commit bedea963a8
@@ -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))