From 9ccdbb47852655df34ca7ff8646d9db2c4f0f4ed Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 5 Jun 2012 08:48:48 +0000 Subject: [PATCH] // category_lang are always duplicated on shop creation #PSCFV-2648 --- classes/shop/Shop.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/classes/shop/Shop.php b/classes/shop/Shop.php index cecb47794..9c6118454 100644 --- a/classes/shop/Shop.php +++ b/classes/shop/Shop.php @@ -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;