Skip to content

Commit

Permalink
Fix $itemsExported for CSV desc export. (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniekung committed Feb 14, 2024
1 parent 98ac06a commit 19b3c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/job/arInformationObjectCsvExportJob.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ protected function exportDataAndDigitalObject($resource, $path)
$this->csvWriter->exportResource($resource);

$this->addDigitalObject($resource, $path);

++$this->itemsExported;
}

++$this->itemsExported;

$this->logExportProgress();
}

Expand Down

0 comments on commit 19b3c44

Please sign in to comment.