From 369d490fce21057808eae8da7eab8b1e85f53b21 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 10 Jan 2013 13:04:48 +0000
Subject: [PATCH] SimpleSAML_Auth_Source::getSourcesOfType(): Fix typo in
 variable name.

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

diff --git a/lib/SimpleSAML/Auth/Source.php b/lib/SimpleSAML/Auth/Source.php
index 358cd178d..802035e4e 100644
--- a/lib/SimpleSAML/Auth/Source.php
+++ b/lib/SimpleSAML/Auth/Source.php
@@ -56,7 +56,7 @@ abstract class SimpleSAML_Auth_Source {
 			$source = $config->getArray($id);
 
 			if (!array_key_exists(0, $source) || !is_string($source[0])) {
-				throw new Exception('Invalid authentication source \'' . $authId .
+				throw new Exception('Invalid authentication source \'' . $id .
 					'\': First element must be a string which identifies the authentication source.');
 			}
 
-- 
GitLab