From 2aedc0872d936a8e86cb92b099928a7d7efc83be Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 24 Jun 2010 15:44:51 +0200 Subject: [PATCH] Fix driver parameter loading. --- framework/Group/lib/Horde/Group/Ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); -- 2.11.0