The class does not extend the PEAR class any longer so avoid calling the PEAR method.
authorGunnar Wrobel <wrobel@temple.(none)>
Wed, 10 Feb 2010 06:14:13 +0000 (07:14 +0100)
committerGunnar Wrobel <wrobel@temple.(none)>
Fri, 12 Feb 2010 21:00:33 +0000 (22:00 +0100)
framework/Ldap/lib/Horde/Ldap.php

index 1b6dcdc..697fd28 100644 (file)
@@ -210,7 +210,6 @@ class Horde_Ldap
      */
     public function __construct($config = array())
     {
-        $this->PEAR('Horde_Ldap_Error');
         $this->setConfig($config);
     }