Skip to content

Commit 8386560

Browse files
committed
MAGETWO-66164: [GitHub][PR] Reset skippedRows array in clear method #7590
- Merge Pull Request #7590 from ccasciotti/magento2:ccasciotti-patch-clear-skipped-rows
2 parents 3c34e1d + 0b78821 commit 8386560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ public function clear()
325325
$this->items = [];
326326
$this->errorStatistics = [];
327327
$this->invalidRows = [];
328+
$this->skippedRows = [];
328329

329330
return $this;
330331
}

0 commit comments

Comments
 (0)