Skip to content

Commit 62575b0

Browse files
committed
MAGETWO-84387: CSV FILE is created incorrectly for Archive-Orders and System-Data Collector
1 parent 8c5db47 commit 62575b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Model/Export/MetadataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function getHeaders(UiComponentInterface $component)
121121

122122
array_walk($row, function (&$header) {
123123
if (mb_strpos($header, 'ID') === 0) {
124-
$header = '"'. $header .'"';
124+
$header = '"' . $header . '"';
125125
}
126126
});
127127

0 commit comments

Comments
 (0)