projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1afa6f
)
The class does not extend the PEAR class any longer so avoid calling the PEAR method.
author
Gunnar Wrobel
<wrobel@temple.(none)>
Wed, 10 Feb 2010 06:14:13 +0000
(07:14 +0100)
committer
Gunnar Wrobel
<wrobel@temple.(none)>
Fri, 12 Feb 2010 21:00:33 +0000
(22:00 +0100)
framework/Ldap/lib/Horde/Ldap.php
patch
|
blob
|
history
diff --git
a/framework/Ldap/lib/Horde/Ldap.php
b/framework/Ldap/lib/Horde/Ldap.php
index
1b6dcdc
..
697fd28
100644
(file)
--- a/
framework/Ldap/lib/Horde/Ldap.php
+++ b/
framework/Ldap/lib/Horde/Ldap.php
@@
-210,7
+210,6
@@
class Horde_Ldap
*/
public function __construct($config = array())
{
- $this->PEAR('Horde_Ldap_Error');
$this->setConfig($config);
}