Skip to content
Snippets Groups Projects
Commit 8bdac645 authored by Olav Morken's avatar Olav Morken
Browse files

SAMLBuilder: Fix error with AttributeAuthorityDescriptor.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2517 44740490-163a-0410-bde0-09ae8108e29a
parent d50fcc9c
No related branches found
No related tags found
No related merge requests found
...@@ -464,7 +464,7 @@ class SimpleSAML_Metadata_SAMLBuilder { ...@@ -464,7 +464,7 @@ class SimpleSAML_Metadata_SAMLBuilder {
$metadata = SimpleSAML_Configuration::loadFromArray($metadata, $metadata['entityid']); $metadata = SimpleSAML_Configuration::loadFromArray($metadata, $metadata['entityid']);
$e = new SAMl2_AttributeAuthorityDescriptor(); $e = new SAML2_XML_md_AttributeAuthorityDescriptor();
$e->protocolSupportEnumeration = $metadata->getArray('protocols', array()); $e->protocolSupportEnumeration = $metadata->getArray('protocols', array());
$this->addExtensions($metadata, $e); $this->addExtensions($metadata, $e);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment