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

modules/saml2: Remove part left over from debugging.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@977 44740490-163a-0410-bde0-09ae8108e29a
parent ea04a6ea
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class sspmod_saml2_Auth_Source_SP extends SimpleSAML_Auth_Source {
$this->entityId = $config['entityId'];
} else {
$this->entityId = SimpleSAML_Module::getModuleURL('saml2/sp/metadata.php?source=' .
urlencode($this->authId) . '&tmp');
urlencode($this->authId));
}
if (array_key_exists('idp', $config)) {
......
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