Code

Fixed ACL regeust for objects. There is no ACL category named 'ogroup' it is 'ogroups'
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Apr 2008 12:01:04 +0000 (12:01 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Apr 2008 12:01:04 +0000 (12:01 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10646 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc

index 9b7ee83ab52fee3cc2d7b785ef33eefb9c10f3c0..faeb2ac83afeccf6394763528d7d8bb1cd4e86ac 100644 (file)
@@ -41,7 +41,7 @@ class EventTargetAddList extends MultiSelectWindow
     MultiSelectWindow::MultiSelectWindow($config, "EventTargetAddList", 
         array("server",
           "workstation",
-          "ogroup"));
+          "ogroups"));
 
     $this->parent       = $parent;
     $this->ui           = get_userinfo();