From 56c6bb7f6ccbf640c5e4f29943eedde7a404c877 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 10 Nov 2008 12:59:32 +0000
Subject: [PATCH] modules/saml2: Remove part left over from debugging.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@977 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/saml2/lib/Auth/Source/SP.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/saml2/lib/Auth/Source/SP.php b/modules/saml2/lib/Auth/Source/SP.php
index b7217aef9..c559685d4 100644
--- a/modules/saml2/lib/Auth/Source/SP.php
+++ b/modules/saml2/lib/Auth/Source/SP.php
@@ -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)) {
-- 
GitLab