projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e3e99d
)
Fix typo that crept in with commit cdc9a1b.
author
Gunnar Wrobel
<wrobel@temple.(none)>
Wed, 10 Feb 2010 14:58:47 +0000
(15:58 +0100)
committer
Gunnar Wrobel
<wrobel@temple.(none)>
Wed, 10 Feb 2010 14:58:47 +0000
(15:58 +0100)
framework/Prefs/lib/Horde/Prefs/Ldap.php
patch
|
blob
|
history
diff --git
a/framework/Prefs/lib/Horde/Prefs/Ldap.php
b/framework/Prefs/lib/Horde/Prefs/Ldap.php
index
4210314
..
2a78042
100644
(file)
--- 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_
E
rrno($this->_connection));
+ throw new Horde_Exception('Internal LDAP error. Details have been logged for the administrator.', @ldap_
e
rrno($this->_connection));
}
// We now have a ready-to-use connection.