Skip to content

Commit

Permalink
Update Classes/Common/MetsDocument.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Meyer <[email protected]>
  • Loading branch information
beatrycze-volk and sebastian-meyer committed Jul 25, 2023
1 parent 4c4aa74 commit 0722fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Common/MetsDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ protected function getLogicalStructureInfo(\SimpleXMLElement $structure, $recurs
// Set volume any year information only if no label is set and this is the toplevel structure element.
if (
empty($details['label'])
&& $details['id'] == $this->_getToplevelId()
&& empty($details['orderlabel'])
) {
$metadata = $this->getMetadata($details['id']);
if (!empty($metadata['volume'][0])) {
Expand Down

0 comments on commit 0722fce

Please sign in to comment.