Code

changed picture 'nothing.png' to 'empty.png', because 'nothing.png' was not present
[gosa.git] / plugins / admin / groups / class_groupGeneric.inc
index d9c523c9f0859dc6060d90cd4ad0ea2c16a60a2e..39008f756ffcc67080432c4623f6e7f5af69bedb 100644 (file)
@@ -337,7 +337,7 @@ class group extends plugin
     natcasesort ($this->users);
     reset ($this->users);
 
-    $ldap->cd ($this->config->current['BASE']);
+    $ldap->cd ($gufilter['dselect']);
     $ldap->search ("(&(objectClass=gosaAccount)(!(objectClass=gosaUserTemplate))(!(uid=*$)))");
     $this->allusers= array();
     while ($attrs= $ldap->fetch()){