Code

Reassign parent before drawing new list to avoid php probs
[gosa.git] / plugins / admin / groups / class_groupManagement.inc
index fa15aabc6e9f7f1a1036571377e4f94d666b8e32..fa3592cab455f84e7717bc0a130f3693c9539b13 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 */