// 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 4c01ebf3d9
commit 9a4fec4ae0
+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;