From d4411eb352a0b8ce1d7be75f217b9b667ffe925d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 10 Feb 2009 06:46:10 +0000
Subject: [PATCH] Fix undefined variable usage in iframe slo template

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1248 44740490-163a-0410-bde0-09ae8108e29a
---
 templates/logout-iframe.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/logout-iframe.php b/templates/logout-iframe.php
index 4865218a6..e6b41e32d 100644
--- a/templates/logout-iframe.php
+++ b/templates/logout-iframe.php
@@ -114,7 +114,7 @@ function sendResponse() {
 		
 		echo '<table id="slostatustable">';
 		
-		echo '<tr class="initiated" id="e' . sha1($spentityid) . '">' . "\n";
+		echo '<tr class="initiated" id="e_initiated">' . "\n";
 		echo '	<td><img style="float: left; margin: 3px" src="/' . $this->data['baseurlpath'] . 
 			'resources/icons/silk/accept.png" alt="Initiated from" /></td>' . "\n";
 		echo '	<td>' . $this->t('{logout:initiated}') . '</td>';
-- 
GitLab