Skip to content

Commit

Permalink
PR feedback: add "new" in Utils\Metadata() instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jul 3, 2024
1 parent 847f4a6 commit 332ecff
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 @@ -154,7 +154,7 @@
$metaArray['scope'] = $idpmeta->getArray('scope');
}

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

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

0 comments on commit 332ecff

Please sign in to comment.