summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Metadata/SAMLParser.php
diff options
context:
space:
mode:
authorJaime Perez Crespo <jaime.perez@uninett.no>2015-04-20 14:48:22 +0200
committerJaime Perez Crespo <jaime.perez@uninett.no>2015-04-20 14:48:22 +0200
commit3cc3abdb78630899f80606675580af0c30ffedb9 (patch)
treefa35edded28d0a99a030840a2c118acf3c25a1da /lib/SimpleSAML/Metadata/SAMLParser.php
parent20a0b6c93923b83a401d7f98af0305162acd0a35 (diff)
downloadsimplesamlphp-3cc3abdb78630899f80606675580af0c30ffedb9.zip
simplesamlphp-3cc3abdb78630899f80606675580af0c30ffedb9.tar.gz
simplesamlphp-3cc3abdb78630899f80606675580af0c30ffedb9.tar.bz2
Move SimpleSAML_Utilities::getDOMChildren() to SimpleSAML\Utils\XML::getDOMChildren(). Deprecate the former.
Diffstat (limited to 'lib/SimpleSAML/Metadata/SAMLParser.php')
-rw-r--r--lib/SimpleSAML/Metadata/SAMLParser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Metadata/SAMLParser.php b/lib/SimpleSAML/Metadata/SAMLParser.php
index 34e962f..3b9be11 100644
--- a/lib/SimpleSAML/Metadata/SAMLParser.php
+++ b/lib/SimpleSAML/Metadata/SAMLParser.php
@@ -1017,7 +1017,7 @@ class SimpleSAML_Metadata_SAMLParser {
$name = $attribute->getAttribute('Name');
$values = array_map(
array('SimpleSAML\Utils\XML', 'getDOMText'),
- SimpleSAML_Utilities::getDOMChildren($attribute, 'AttributeValue', '@saml2')
+ SimpleSAML\Utils\XML::getDOMChildren($attribute, 'AttributeValue', '@saml2')
);
if ($name === 'tags') {