Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrycze-volk committed Jun 27, 2023
1 parent e884134 commit 6095431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Common/MetsDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ class_exists($class)
// Continue searching for supported metadata with next @DMDID.
continue;
}
$this->initializeRepositories();
// Get the additional metadata from database.
$resultWithFormat = $this->metadataRepository->findWithFormat(intval($cPid), $this->mdSec[$dmdId]['type']);
$resultWithoutFormat = $this->metadataRepository->findWithoutFormat(intval($cPid));
Expand Down

0 comments on commit 6095431

Please sign in to comment.