// category_lang are always duplicated on shop creation #PSCFV-2648

This commit is contained in:
rMalie
2012-06-05 08:48:48 +00:00
parent 9851cb72c1
commit 9ccdbb4785
+1 -3
View File
@@ -864,9 +864,7 @@ class ShopCore extends ObjectModel
$tables_import['carrier_lang'] = true;
}
if (isset($tables_import['carrier']))
$tables_import['category_lang'] = true;
$tables_import['category_lang'] = true;
if (isset($tables_import['product']))
$tables_import['product_lang'] = true;