From b1dc22ef93aee13bb2926edcdb834b2cc59a06e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Sun, 3 Feb 2008 11:40:22 +0000
Subject: [PATCH] typo bug caused slo to fail

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@242 44740490-163a-0410-bde0-09ae8108e29a
---
 www/saml2/sp/SingleLogoutService.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/saml2/sp/SingleLogoutService.php b/www/saml2/sp/SingleLogoutService.php
index d14649d3b..c3f43dcfa 100644
--- a/www/saml2/sp/SingleLogoutService.php
+++ b/www/saml2/sp/SingleLogoutService.php
@@ -13,11 +13,11 @@ require_once('SimpleSAML/Bindings/SAML20/HTTPRedirect.php');
 
 require_once('SimpleSAML/XHTML/Template.php');
 
-$config = SimpleSAML_Configuration::getInstance(true);
+$config = SimpleSAML_Configuration::getInstance();
 $metadata = SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler();
 
 // Get the local session
-$session = SimpleSAML_Session::getInstance();
+$session = SimpleSAML_Session::getInstance(true);
 
 
 $logger = new SimpleSAML_Logger();
-- 
GitLab