Skip to content
Snippets Groups Projects
Commit 1010ce40 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

fix typo AssertionConsumerServices to AssertionConsumerService

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1843 44740490-163a-0410-bde0-09ae8108e29a
parent f8cacdb0
Branches
Tags v0.2.6
No related merge requests found
...@@ -866,7 +866,7 @@ class SimpleSAML_Metadata_SAMLParser { ...@@ -866,7 +866,7 @@ class SimpleSAML_Metadata_SAMLParser {
$sp = self::parseSSODescriptor($element, $expireTime); $sp = self::parseSSODescriptor($element, $expireTime);
/* Find all AssertionConsumerService elements. */ /* Find all AssertionConsumerService elements. */
$sp['AssertionConsumerServices'] = array(); $sp['AssertionConsumerService'] = array();
$acs = SimpleSAML_Utilities::getDOMChildren($element, 'AssertionConsumerService', '@md'); $acs = SimpleSAML_Utilities::getDOMChildren($element, 'AssertionConsumerService', '@md');
foreach($acs as $child) { foreach($acs as $child) {
$sp['AssertionConsumerService'][] = self::parseAssertionConsumerService($child); $sp['AssertionConsumerService'][] = self::parseAssertionConsumerService($child);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment