X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Ftabs_workstation.inc;h=8716247cde1e19950bd508f84a8c1801a5e176de;hb=c30fdf675865a86365275ed6fb9f8a0cc06e41af;hp=7dcafd2c829c9da6c4f61d86e06adb745b1a540b;hpb=62cc124fe8519af476363aa197001bbb9c00e826;p=gosa.git diff --git a/plugins/admin/systems/tabs_workstation.inc b/plugins/admin/systems/tabs_workstation.inc index 7dcafd2c8..8716247cd 100644 --- a/plugins/admin/systems/tabs_workstation.inc +++ b/plugins/admin/systems/tabs_workstation.inc @@ -31,7 +31,7 @@ class worktabs extends tabs tabs::save_object($save_current); /* Assign current cn to all other plugins */ - $baseobject= $this->by_object['termgeneric']; + $baseobject= $this->by_object['workgeneric']; foreach ($this->by_object as $key => $obj){ $this->by_object[$key]->dn= $this->dn; $this->by_object[$key]->cn= $baseobject->cn;