From: Gunnar Wrobel Date: Wed, 10 Feb 2010 14:58:47 +0000 (+0100) Subject: Fix typo that crept in with commit cdc9a1b. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=92e05198a8536ee69c00f33d717411d0d0389f9d;p=horde.git Fix typo that crept in with commit cdc9a1b. --- 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.