From d87d2df0585767c3bd784babaf258a90e914240d Mon Sep 17 00:00:00 2001 From: Christopher Date: Mon, 8 Jul 2024 12:43:19 +0200 Subject: [PATCH] Update Classes/Common/MetsDocument.php Co-authored-by: Sebastian Meyer --- Classes/Common/MetsDocument.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Classes/Common/MetsDocument.php b/Classes/Common/MetsDocument.php index f2f7e2692..a5534b1a6 100644 --- a/Classes/Common/MetsDocument.php +++ b/Classes/Common/MetsDocument.php @@ -1650,11 +1650,11 @@ protected function magicGetMusicalStructure(): array if (!empty($fileUse[(string) $fptr->attributes()->FILEID])) { $this->musicalStructureInfo[$musicalSeq[0]]['files'][$fileUse[(string) $fptr->attributes()->FILEID]] = [ 'fileid' => (string)$fptr->area->attributes()->FILEID, - 'begin' => (string)$fptr->area->attributes()->BEGIN, - 'end' => (string)$fptr->area->attributes()->END, - 'type' => (string)$fptr->area->attributes()->BETYPE, - 'shape' => (string)$fptr->area->attributes()->SHAPE, - 'coords' => (string)$fptr->area->attributes()->COORDS, + 'begin' => (string)$fptr->area->attributes()->BEGIN, + 'end' => (string)$fptr->area->attributes()->END, + 'type' => (string)$fptr->area->attributes()->BETYPE, + 'shape' => (string)$fptr->area->attributes()->SHAPE, + 'coords' => (string)$fptr->area->attributes()->COORDS ]; }