From: Jan Schneider Date: Thu, 24 Jun 2010 13:44:51 +0000 (+0200) Subject: Fix driver parameter loading. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2aedc0872d936a8e86cb92b099928a7d7efc83be;p=horde.git Fix driver parameter loading. --- diff --git a/framework/Group/lib/Horde/Group/Ldap.php b/framework/Group/lib/Horde/Group/Ldap.php index a1c04e942..7bc2b17b0 100644 --- a/framework/Group/lib/Horde/Group/Ldap.php +++ b/framework/Group/lib/Horde/Group/Ldap.php @@ -35,7 +35,7 @@ class Horde_Group_Ldap extends Horde_Group */ public function __construct($params) { - $this->_params = $GLOBALS['conf']['group']['params']; + $this->_params = Horde::getDriverConfig('group', 'ldap'); $this->_params['gid'] = Horde_String::lower($this->_params['gid']); $this->_params['memberuid'] = Horde_String::lower($this->_params['memberuid']);