Code

Added ogroup acls
[gosa.git] / plugins / admin / ogroups / class_divListOGroup.inc
index 861ffe2e905fc49df8ef25f08b6e09a34b23ce52..415a6b9641b4f760fc3b96fc24a629a7ad4293e1 100755 (executable)
@@ -29,7 +29,7 @@ class divListOGroup extends MultiSelectWindow
 
   function divListOGroup ($config,$parent)
   {
-    MultiSelectWindow::MultiSelectWindow($config,"OGroups");
+    MultiSelectWindow::MultiSelectWindow($config, "OGroups", "ogroups");
     
     $this->parent       = $parent;
     $this->ui           = get_userinfo();