Skip to content
Snippets Groups Projects
Commit 73cf5412 authored by Olav Morken's avatar Olav Morken
Browse files

SAML2_XML_Chunk: Properly save localName and namespaceURI attributes.

Thanks to Andjelko Horvat for finding and fixing this bug!

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2700 44740490-163a-0410-bde0-09ae8108e29a
parent 4bedd361
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ class SAML2_XML_Chunk { ...@@ -98,7 +98,7 @@ class SAML2_XML_Chunk {
$this->xmlString = $this->xml->ownerDocument->saveXML($this->xml); $this->xmlString = $this->xml->ownerDocument->saveXML($this->xml);
} }
return array('xmlString'); return array('xmlString', 'localName', 'namespaceURI');
} }
} }
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