We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98715ca commit 6b2a6d0Copy full SHA for 6b2a6d0
app/code/Magento/ImportExport/Controller/Adminhtml/Import/Start.php
@@ -96,7 +96,7 @@ public function execute()
96
97
$noticeHtml = $this->historyModel->getSummary();
98
99
- if($this->historyModel->getErrorFile()) {
+ if ($this->historyModel->getErrorFile()) {
100
$noticeHtml .= '<div class="import-error-wrapper">' . __('Only the first 100 errors are shown. ')
101
. '<a href="'
102
. $this->createDownloadUrlImportHistoryFile($this->historyModel->getErrorFile())
0 commit comments