From 92e05198a8536ee69c00f33d717411d0d0389f9d Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Wed, 10 Feb 2010 15:58:47 +0100 Subject: [PATCH] Fix typo that crept in with commit cdc9a1b. --- framework/Prefs/lib/Horde/Prefs/Ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Prefs/lib/Horde/Prefs/Ldap.php b/framework/Prefs/lib/Horde/Prefs/Ldap.php index 421031470..2a78042a4 100644 --- a/framework/Prefs/lib/Horde/Prefs/Ldap.php +++ b/framework/Prefs/lib/Horde/Prefs/Ldap.php @@ -253,7 +253,7 @@ class Horde_Prefs_Ldap extends Horde_Prefs @ldap_errno($this->_connection), @ldap_error($this->_connection)), __FILE__, __LINE__, PEAR_LOG_ERR); - throw new Horde_Exception('Internal LDAP error. Details have been logged for the administrator.', @ldap_Errno($this->_connection)); + throw new Horde_Exception('Internal LDAP error. Details have been logged for the administrator.', @ldap_errno($this->_connection)); } // We now have a ready-to-use connection. -- 2.11.0