From 1d3b18ea9a18b211f8d64dfd23504df39ee1fb85 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 20 Jan 2009 08:57:32 +0000
Subject: [PATCH] wrong encoding of error message

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

diff --git a/lib/SimpleSAML/Auth/LDAP.php b/lib/SimpleSAML/Auth/LDAP.php
index d7136a962..ab2439aa7 100644
--- a/lib/SimpleSAML/Auth/LDAP.php
+++ b/lib/SimpleSAML/Auth/LDAP.php
@@ -127,7 +127,7 @@ class SimpleSAML_Auth_LDAP {
 				return NULL;
 			} else {
 				throw new Exception('LDAP search returned zero entries: ' . $searchattr . '=' . $searchvalue . ' base(s): ' . 
-					join(' &amp; ', $searchbases));
+					join(' & ', $searchbases));
 			}
 		}		
 
-- 
GitLab