summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9cf223b)
raw | patch | inline | side by side (parent: 9cf223b)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 18 Mar 2009 16:06:53 +0000 (16:06 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 18 Mar 2009 16:06:53 +0000 (16:06 +0000) |
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
(Trac #2246)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13553 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc | patch | blob | history |
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 767da35eb907c55c116df6a8aea17a9653d13680..55f563cb70180c2d97585ca3566092ff3a645011 100644 (file)
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;