From c2cf80d03e8a7dd278c03d994483e42934c34df7 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Wed, 10 Feb 2010 07:14:13 +0100 Subject: [PATCH] The class does not extend the PEAR class any longer so avoid calling the PEAR method. --- framework/Ldap/lib/Horde/Ldap.php | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.11.0