Code

updated tabs
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Apr 2010 08:53:59 +0000 (08:53 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Apr 2010 08:53:59 +0000 (08:53 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17580 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc

index 5086602cf04e0ec21690a6004568f04e3fdb8e8e..32bcaea5c2ba75c7d882c25452dfbd628153d5b7 100644 (file)
@@ -17,6 +17,8 @@ class worktabs extends tabs
 
     $baseobject= NULL;
 
+    $this->acl_category = $category;
+
     foreach ($data as $tab){
 
       if(!class_available($tab['CLASS'])) continue;