Code

Fixed problem with moving groups that have a mail account.
[gosa.git] / plugins / admin / groups / class_groupManagement.inc
index 52b4579330edb6012f00bdc4e71e2974b1c050d1..ed891cc5951eb2bc61fe53638b98e7cf021e3798 100644 (file)
@@ -332,6 +332,7 @@ class groupManagement extends plugin
     }
 
     /* Display dialog with group list */
+    $this->DivListGroup->parent = $this;
     $this->DivListGroup->execute();
 
     /* Add departments if subsearch is disabled */
@@ -381,10 +382,6 @@ class groupManagement extends plugin
       $filter.= "(objectClass=gosaMailAccount)";
     }
 
-    /*
-       #FIXME Why is "sfilter" or "filter" set ?
-        Please verify && add comment 
-     */
     $sfilter= "";
     if ($this->config->current['SAMBAVERSION'] == 3){
       if (!$ShowPrimaryGroups){
@@ -478,7 +475,7 @@ class groupManagement extends plugin
         return( $str);
       };
       /* Ensure that the new object is shown in the list now */
-      $this->relaod();
+      $this->reload();
     }