Skip to content

Commit f6f6e73

Browse files
Merge remote-tracking branch 'remotes/github/MAGETWO-95825' into EPAM-PR-23
2 parents 6f7ddf9 + bb70446 commit f6f6e73

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import

1 file changed

+1
-0
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,6 +1805,7 @@ protected function _saveProducts()
18051805
if ($uploadedFile) {
18061806
$uploadedImages[$columnImage] = $uploadedFile;
18071807
} else {
1808+
unset($rowData[$column]);
18081809
$this->addRowError(
18091810
ValidatorInterface::ERROR_MEDIA_URL_NOT_ACCESSIBLE,
18101811
$rowNum,

0 commit comments

Comments
 (0)