From de5838ae0e57a8689425e261f110a16923d716f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Tue, 3 Mar 2009 12:09:56 +0000 Subject: [PATCH] Fix for SP name in AJAX iframe slo git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1367 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 3dc54805a..5f8ab0e20 100644 --- a/templates/logout-iframe.php +++ b/templates/logout-iframe.php @@ -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>'); -- GitLab