// 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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user