Code

Reassign parent before drawing new list to avoid php probs
[gosa.git] / plugins / admin / users / class_userManagement.inc
index e13892c96c3cc29058ff72454dcbd9a176b285d4..7d2fd5cda6cd0ad5aa561c4c2d9f4ce0d2251b3f 100644 (file)
@@ -630,6 +630,7 @@ class userManagement extends plugin
       
     /* Return rendered main page */
         /* Display dialog with system list */
+    $this->DivListUsers->parent = $this;
     $this->DivListUsers->execute();
 
     /* Add departments if subsearch is disabled */