Skip to content

Commit 1a57a31

Browse files
authored
Fix compatibility with ExtendedImport
1 parent 0a7bdd2 commit 1a57a31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Model/Importer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function processImport(array $dataArray): void
5555
{
5656
$this->resetImportModel();
5757
$this->validateData($dataArray);
58+
$this->resetImportModel();
5859
$this->importData();
5960
}
6061

0 commit comments

Comments
 (0)