// Merge -> revision 8342

This commit is contained in:
rMalie
2011-09-05 14:56:02 +00:00
parent d84373e4d3
commit 3d89058084
46 changed files with 1299 additions and 249 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ class AdminImport extends AdminTab
$product = new Product((int)($info['id']));
$categoryData = Product::getProductCategories((int)($product->id));
foreach ($categoryData as $tmp)
$product->category[] = $tmp['id_category'];
$product->category[] = $tmp;
}
else
$product = new Product();