From: Gunnar Wrobel Date: Wed, 10 Feb 2010 06:14:13 +0000 (+0100) Subject: The class does not extend the PEAR class any longer so avoid calling the PEAR method. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c2cf80d03e8a7dd278c03d994483e42934c34df7;p=horde.git The class does not extend the PEAR class any longer so avoid calling the PEAR method. --- diff --git a/framework/Ldap/lib/Horde/Ldap.php b/framework/Ldap/lib/Horde/Ldap.php index 1b6dcdce1..697fd284e 100644 --- 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); }