Skip to content

Commit bf9c769

Browse files
author
chimmel
committed
Revert "fix imported page results count"
This reverts commit c1f457b.
1 parent c1f457b commit bf9c769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ImportPagesCSV.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ class ImportPagesCSV extends Process implements Module {
440440

441441
$this->wire('files')->unlink($csvFilename);
442442

443-
return $this->processForm2Markup($numImported-1);
443+
return $this->processForm2Markup($numImported);
444444
}
445445

446446
/**

0 commit comments

Comments
 (0)