Skip to content
Snippets Groups Projects
Commit 5cb1a2b7 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Bugfix for missing contacts in displayed hosted SP metadata

(cherry picked from commit b190bae7)
parent 8a0519f8
Branches
Tags
No related merge requests found
...@@ -191,7 +191,7 @@ class SP extends \SimpleSAML\Auth\Source ...@@ -191,7 +191,7 @@ class SP extends \SimpleSAML\Auth\Source
} }
// add contacts // add contacts
$contacts = $this->metadata->getArray('contact', []); $contacts = $this->metadata->getArray('contacts', []);
foreach ($contacts as $contact) { foreach ($contacts as $contact) {
$metadata['contacts'][] = Utils\Config\Metadata::getContact($contact); $metadata['contacts'][] = Utils\Config\Metadata::getContact($contact);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment