File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/CatalogImportExport/Model/Export Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1086,7 +1086,7 @@ protected function collectRawData()
1086
1086
1087
1087
if ($ storeId != Store::DEFAULT_STORE_ID
1088
1088
&& isset ($ data [$ itemId ][Store::DEFAULT_STORE_ID ][$ fieldName ])
1089
- && $ data [$ itemId ][Store::DEFAULT_STORE_ID ][$ fieldName ] == htmlspecialchars_decode ( $ attrValue)
1089
+ && $ data [$ itemId ][Store::DEFAULT_STORE_ID ][$ fieldName ] == $ attrValue
1090
1090
) {
1091
1091
continue ;
1092
1092
}
@@ -1112,7 +1112,6 @@ protected function collectRawData()
1112
1112
}
1113
1113
1114
1114
if (!empty ($ additionalAttributes )) {
1115
- $ additionalAttributes = array_map ('htmlspecialchars_decode ' , $ additionalAttributes );
1116
1115
$ data [$ itemId ][$ storeId ][self ::COL_ADDITIONAL_ATTRIBUTES ] =
1117
1116
implode (Import::DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR , $ additionalAttributes );
1118
1117
} else {
You can’t perform that action at this time.
0 commit comments