Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 4cdc133

Browse files
Issue #6924: Unmask exception message during product import
Probably a typo. Exception message was passed as a exception description argument instead of exception message. Artefact of optional parameters.
1 parent fb05546 commit 4cdc133

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/ImportExport/Model/Import.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ public function validateSource(\Magento\ImportExport\Model\Import\AbstractSource
567567
ProcessingError::ERROR_LEVEL_CRITICAL,
568568
null,
569569
null,
570-
null,
571570
$e->getMessage()
572571
);
573572
}

0 commit comments

Comments
 (0)