From: Jan Schneider Date: Thu, 24 Jun 2010 13:21:09 +0000 (+0200) Subject: Fix variable name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ab796ae9ce0e99fc1330eaa1857a5fdf6b2cba45;p=horde.git Fix variable name. --- diff --git a/framework/Group/lib/Horde/Group/Ldap.php b/framework/Group/lib/Horde/Group/Ldap.php index 919114f7a..36913c6a6 100644 --- a/framework/Group/lib/Horde/Group/Ldap.php +++ b/framework/Group/lib/Horde/Group/Ldap.php @@ -77,8 +77,8 @@ class Horde_Group_Ldap extends Horde_Group Horde::logMessage( sprintf('Set LDAP protocol version to %d failed: [%d] %s', $this->_params['version'], - ldap_errno($conn), - ldap_error($conn), + @ldap_errno($this->_ds), + @ldap_error($this->_ds)), __FILE__, __LINE__)); }