// 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
This commit is contained in:
rMalie
2012-06-05 08:48:48 +00:00
parent de24e08df7
commit 86ee04e6d7
+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;