Code

Use the right ACL category when initialising worktabs
authorpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Oct 2009 11:46:42 +0000 (11:46 +0000)
committerpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Oct 2009 11:46:42 +0000 (11:46 +0000)
(Trac: #3020)

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@14476 594d385d-05f5-0310-b6e9-bd551577e9d8

trunk/gosa-plugins/goto/admin/ogroups/goto/class_termgroup.inc

index 272b1cbc5840025ce386a8c3b55fee4f42fa7e07..cac4ced98e79c4f0f45ef6077566c532bee4be29 100644 (file)
@@ -402,7 +402,7 @@ class termgroup extends plugin
   function pass_attributes_to_members()
   {
     foreach ($this->member_dn as $dn) {
-      $member_obj = new worktabs($this->config, $this->config->data['TABS']['WORKTABS'], $dn, 'workstation/workgeneric');
+      $member_obj = new worktabs($this->config, $this->config->data['TABS']['WORKTABS'], $dn, 'workstation');
       $member_obj->by_object['workgeneric']->set_everything_to_inherited();
       $member_obj->save();
     }