Skip to content

Commit

Permalink
fix: avoid property duplicates on export
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejmarszal committed Nov 12, 2024
1 parent f98016b commit a286c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/classes/export/AbstractQtiTestExporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function export(array $options = []): Report
$this->getMetadataExporter()->export($this->getItem(), $this->getManifest());

$this->genericLomOntologyExtractor()->extract(
array_merge([$this->getItem()], $this->getItems()),
[$this->getItem()],
$this->getManifest()
);

Expand Down

0 comments on commit a286c24

Please sign in to comment.