From d6e793bd8a879aa31307ee485c0c63f4e589b089 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Wed, 21 Mar 2012 12:28:23 +0000 Subject: [PATCH] core:idp:logout-iframe: Remove unused timeout variable. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3052 44740490-163a-0410-bde0-09ae8108e29a --- modules/core/templates/logout-iframe-wrapper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/templates/logout-iframe-wrapper.php b/modules/core/templates/logout-iframe-wrapper.php index 00ce6be3a..97d65f71d 100644 --- a/modules/core/templates/logout-iframe-wrapper.php +++ b/modules/core/templates/logout-iframe-wrapper.php @@ -2,7 +2,6 @@ $id = $this->data['id']; $SPs = $this->data['SPs']; -$timeout = $this->data['timeout']; $iframeURL = 'logout-iframe.php?type=embed&id=' . urlencode($id); -- GitLab