Fix typo that crept in with commit cdc9a1b.
authorGunnar Wrobel <wrobel@temple.(none)>
Wed, 10 Feb 2010 14:58:47 +0000 (15:58 +0100)
committerGunnar Wrobel <wrobel@temple.(none)>
Wed, 10 Feb 2010 14:58:47 +0000 (15:58 +0100)
framework/Prefs/lib/Horde/Prefs/Ldap.php

index 4210314..2a78042 100644 (file)
@@ -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.