summaryrefslogtreecommitdiffstats
path: root/lib/SAML2/XML/md
diff options
context:
space:
mode:
authorJaime Pérez Crespo <jaime.perez@uninett.no>2013-10-29 11:34:46 +0000
committerJaime Pérez Crespo <jaime.perez@uninett.no>2013-10-29 11:34:46 +0000
commitfad3735cbdca03b15ff54681ae44055365d34260 (patch)
tree9065f1b418cf81884516e9da7d64b203c83b25af /lib/SAML2/XML/md
parent44fadeae29b4ecb78498dcfe8805f294bf6b3872 (diff)
downloadsimplesamlphp-fad3735cbdca03b15ff54681ae44055365d34260.zip
simplesamlphp-fad3735cbdca03b15ff54681ae44055365d34260.tar.gz
simplesamlphp-fad3735cbdca03b15ff54681ae44055365d34260.tar.bz2
Bugfix. Thanks to Boy Baukema for reporting issue #579.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3287 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'lib/SAML2/XML/md')
-rw-r--r--lib/SAML2/XML/md/AttributeAuthorityDescriptor.php2
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');