From 1010ce40439fdecc59ae669840394de8ebaef4bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 12 Oct 2009 13:18:30 +0000 Subject: [PATCH] fix typo AssertionConsumerServices to AssertionConsumerService git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1843 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Metadata/SAMLParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Metadata/SAMLParser.php b/lib/SimpleSAML/Metadata/SAMLParser.php index d2338a2f9..80f88b9a7 100644 --- a/lib/SimpleSAML/Metadata/SAMLParser.php +++ b/lib/SimpleSAML/Metadata/SAMLParser.php @@ -866,7 +866,7 @@ class SimpleSAML_Metadata_SAMLParser { $sp = self::parseSSODescriptor($element, $expireTime); /* Find all AssertionConsumerService elements. */ - $sp['AssertionConsumerServices'] = array(); + $sp['AssertionConsumerService'] = array(); $acs = SimpleSAML_Utilities::getDOMChildren($element, 'AssertionConsumerService', '@md'); foreach($acs as $child) { $sp['AssertionConsumerService'][] = self::parseAssertionConsumerService($child); -- GitLab