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

Fix undefined variable usage in iframe slo template

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1248 44740490-163a-0410-bde0-09ae8108e29a
parent 3b3dfadb
No related branches found
No related tags found
No related merge requests found
......@@ -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>';
......
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