Code

Updated gotoLogView to support ACLs for servers too
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Sep 2008 12:12:33 +0000 (12:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Sep 2008 12:12:33 +0000 (12:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12526 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/class_gotoLogView.inc

index 40c2db00839d7fed1a925b3b1d2146351e0490c3..d9e2703c1a9838416b7131a2e24fff17343c577a 100644 (file)
@@ -205,7 +205,7 @@ class gotoLogView extends plugin
           "plDepends"     => array(),
           "plPriority"    => 30,
           "plSection"     => array("administration"),
-          "plCategory"    => array("workstation"),
+          "plCategory"    => array("workstation","server"),
 
           "plProvidedAcls"=> array()
             ));