Skip to content

Commit

Permalink
correct the Metadata utils path
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jul 18, 2024
1 parent 0972a41 commit 0fb0b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sildisco/public/metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
$metaArray['scope'] = $idpmeta->getArray('scope');
}

$metadataUtils = new Utils\Metadata();
$metadataUtils = new Utils\Config\Metadata();

if ($idpmeta->hasValue('EntityAttributes')) {
$metaArray['EntityAttributes'] = $idpmeta->getArray('EntityAttributes');
Expand Down

0 comments on commit 0fb0b27

Please sign in to comment.