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

Fix for SP name in AJAX iframe slo

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1367 44740490-163a-0410-bde0-09ae8108e29a
parent 86ecc0b7
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ function sendResponse() {
<?php
#echo('<pre>'); print_r($this->data); exit;
if (array_key_exists('requesterName', $this->data)) {
$requestername = is_array($this->data['requesterName']) ?
$requesterName = is_array($this->data['requesterName']) ?
$this->getTranslation($this->data['requesterName']) : $this->data['requesterName'];
}
#echo('<p>' . $this->t('{logout:description}', array('%REQUESTERNAME%' => $requestername)) . '</p>');
......
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