[-] BO : do not reaffect import_type for categories

This commit is contained in:
gRoussac
2013-09-19 16:59:04 +02:00
parent ea6ea955bb
commit 0361d5db8d
@@ -2743,7 +2743,6 @@ class AdminImportControllerCore extends AdminController
$this->clearSmartyCache();
break;
case $this->entities[$import_type = $this->l('Products')]:
$import_type = $this->l('Categories');
$this->productImport();
$this->clearSmartyCache();
break;