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

Fix metadata url bug introduced in previous commit

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@520 44740490-163a-0410-bde0-09ae8108e29a
parent 773ce8d9
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ try { ...@@ -100,7 +100,7 @@ try {
$t->data['header'] = 'SAML 2.0 IdP Metadata'; $t->data['header'] = 'SAML 2.0 IdP Metadata';
$t->data['metaurl'] = SimpleSAML_Utilities::addURLparameter(SimpleSAML_Utilities::selfURLNoQuery()); $t->data['metaurl'] = SimpleSAML_Utilities::selfURLNoQuery();
$t->data['metadata'] = htmlentities($metaxml); $t->data['metadata'] = htmlentities($metaxml);
$t->data['metadataflat'] = htmlentities($metaflat); $t->data['metadataflat'] = htmlentities($metaflat);
$t->data['defaultidp'] = $defaultidp; $t->data['defaultidp'] = $defaultidp;
......
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