diff options
Diffstat (limited to 'lib/SAML2/XML/md')
-rw-r--r-- | lib/SAML2/XML/md/AttributeAuthorityDescriptor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SAML2/XML/md/AttributeAuthorityDescriptor.php b/lib/SAML2/XML/md/AttributeAuthorityDescriptor.php index 8babb28..68eefee 100644 --- a/lib/SAML2/XML/md/AttributeAuthorityDescriptor.php +++ b/lib/SAML2/XML/md/AttributeAuthorityDescriptor.php @@ -78,7 +78,7 @@ class SAML2_XML_md_AttributeAuthorityDescriptor extends SAML2_XML_md_RoleDescrip } foreach (SAML2_Utils::xpQuery($xml, './saml_metadata:AssertionIDRequestService') as $ep) { - $this->AssertionIDRequestService[] = new SAML2_XML_md_EndpointType($airs); + $this->AssertionIDRequestService[] = new SAML2_XML_md_EndpointType($ep); } $this->NameIDFormat = SAML2_Utils::extractStrings($xml, SAML2_Const::NS_MD, 'NameIDFormat'); |