From a74fa0e68ac5311114f86649e8af6f22447a6d4f Mon Sep 17 00:00:00 2001 From: psc Date: Wed, 18 Mar 2009 16:06:53 +0000 Subject: [PATCH] Followup commit for changeset 13551: Remove the tabs::tabs call from tabs_workstation.inc, too. (Trac #2246) git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13553 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/trunk/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc b/trunk/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc index 767da35eb..55f563cb7 100644 --- a/trunk/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc +++ b/trunk/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc @@ -7,14 +7,13 @@ class worktabs extends tabs function worktabs($config, $data, $dn,$category) { - tabs::tabs($config, $data, $dn,$category); - /* Save dn */ $this->dn= $dn; $this->config= $config; $baseobject= NULL; + $this->acl_category = $category; foreach ($data as $tab){ if(!class_available($tab['CLASS'])) continue; -- 2.30.2