From 86ee04e6d7f89a11e980052bdcea175bfa3a1a73 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15842 b9a71923-0436-4b27-9f14-aed3839534dd --- 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;