Skip to content

Commit 191425e

Browse files
committed
ACP2E-1813: Scheduled import logs successful run despite the error
- fixed static
1 parent f9ee238 commit 191425e

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,11 @@ private function saveProductMediaGalleryPhase(
18881888
ValidatorInterface::ERROR_MEDIA_URL_NOT_ACCESSIBLE,
18891889
$rowNum,
18901890
null,
1891-
sprintf($this->_messageTemplates[ValidatorInterface::ERROR_MEDIA_URL_NOT_ACCESSIBLE], $columnImage, $rowNum),
1891+
sprintf(
1892+
$this->_messageTemplates[ValidatorInterface::ERROR_MEDIA_URL_NOT_ACCESSIBLE],
1893+
$columnImage,
1894+
$rowNum
1895+
),
18921896
ProcessingError::ERROR_LEVEL_NOT_CRITICAL
18931897
);
18941898
}

0 commit comments

Comments
 (0)