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

Fixing typo that caused warning..

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2768 44740490-163a-0410-bde0-09ae8108e29a
parent 744a0000
No related branches found
No related tags found
No related merge requests found
...@@ -872,7 +872,7 @@ class SimpleSAML_Metadata_SAMLParser { ...@@ -872,7 +872,7 @@ class SimpleSAML_Metadata_SAMLParser {
$ret = array( $ret = array(
'scope' => array(), 'scope' => array(),
'tags' => array(), 'tags' => array(),
'entityAttributes' => array(), 'EntityAttributes' => array(),
); );
foreach ($element->Extensions as $e) { foreach ($element->Extensions as $e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment