Code

Fixed problem with moving groups that have a mail account.
[gosa.git] / plugins / admin / groups / class_groupManagement.inc
index fa15aabc6e9f7f1a1036571377e4f94d666b8e32..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 */
@@ -474,7 +475,7 @@ class groupManagement extends plugin
         return( $str);
       };
       /* Ensure that the new object is shown in the list now */
-      $this->relaod();
+      $this->reload();
     }