Skip to content

Commit

Permalink
Original also as reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
siiriylonen committed Nov 21, 2024
1 parent 2f5f007 commit 9676941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RecordManager/Base/Splitter/Ead3.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ protected function getParentUnitId(\SimpleXMLElement $parentDid): string
*
* @return void
*/
protected function addAdditionalData(&$record, $original): void
protected function addAdditionalData(&$record, &$original): void
{
$addData = $record->addChild('add-data');
$unitId = '';
Expand Down

0 comments on commit 9676941

Please sign in to comment.