From: Jan Schneider Date: Mon, 13 Sep 2010 13:27:39 +0000 (+0200) Subject: Parameters are loaded in the factory. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fabf0018b4c51c9f497942bdae43477b9d298ebb;p=horde.git Parameters are loaded in the factory. --- diff --git a/framework/Group/lib/Horde/Group/Ldap.php b/framework/Group/lib/Horde/Group/Ldap.php index 03287beae..0d6bdd51f 100644 --- a/framework/Group/lib/Horde/Group/Ldap.php +++ b/framework/Group/lib/Horde/Group/Ldap.php @@ -35,8 +35,7 @@ class Horde_Group_Ldap extends Horde_Group */ public function __construct($params) { - $this->_params = Horde::getDriverConfig('group', 'ldap'); - + $this->_params = $params; $this->_params['gid'] = Horde_String::lower($this->_params['gid']); $this->_params['memberuid'] = Horde_String::lower($this->_params['memberuid']); foreach ($this->_params['newgroup_objectclass'] as $key => $val) {