[*] BO : you can now disable automatic indexation of the products #PSCFV-3258

This commit is contained in:
dMetzger
2012-07-23 10:55:35 +00:00
parent 1b0e73af04
commit 20b12e88a7
6 changed files with 22 additions and 9 deletions
+2 -1
View File
@@ -1397,7 +1397,8 @@ class AdminImportControllerCore extends AdminController
}
Search::indexation(true);
if (Configuration::get('PS_SEARCH_INDEXATION'))
Search::indexation(true);
$this->closeCsvFile($handle);
}