From b06088caff2107cd1d594af53b23c45b2b463b56 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Wed, 26 May 2010 07:10:09 +0000
Subject: [PATCH] Session: arrray->array.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2322 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/Session.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php
index 4a18f9278..410d764c3 100644
--- a/lib/SimpleSAML/Session.php
+++ b/lib/SimpleSAML/Session.php
@@ -1039,7 +1039,7 @@ class SimpleSAML_Session {
 			$idp = SimpleSAML_IdP::getById('saml2:' . $idpEntityId);
 		} catch (Exception $e) {
 			/* No SAML 2 IdP configured? */
-			return arrray();
+			return array();
 		}
 
 		$ret = array();
-- 
GitLab