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
Branches
Tags
No related merge requests found
......@@ -872,7 +872,7 @@ class SimpleSAML_Metadata_SAMLParser {
$ret = array(
'scope' => array(),
'tags' => array(),
'entityAttributes' => array(),
'EntityAttributes' => array(),
);
foreach ($element->Extensions as $e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment