diff --git a/templates/logout-iframe.php b/templates/logout-iframe.php
index 3dc54805a8b96caca809dd767101b21fbe6d1cde..5f8ab0e205caa1cf38cd68fe0a2ca1f8eb1de278 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>');