Code

Fixed post handling.
[gosa.git] / gosa-plugins / goto / addons / goto / events / class_EventAddUserDialog.inc
index e5a99a8c8a896ab4e56b44298aa0ca0eb34e34be..85aac618500b571e33389c1a0023e4759a3c71a9 100644 (file)
@@ -31,8 +31,8 @@ class EventAddUserDialog extends management
     $this->config = $config;
     $this->ui = $ui;
     $this->storagePoints = array(
-        get_ou("core", "userRDN") 
-        get_ou("core", "userRDN") ); 
+        get_ou("core", "userRDN"), 
+        get_ou("core", "groupRDN")); 
 
     // Build filter
     if (session::global_is_set(get_class($this)."_filter")){