X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Ftabs_component.inc;h=60facee5a7c6ea884f29804a158571db2f7f4958;hb=b9a665f8e5359cbfdf540f344f0419668521027f;hp=597eadfbe09807b7de63bfd038df229a2d34c57d;hpb=5a8c2ffc39b0f51a8956a00b40daae79d27f1de8;p=gosa.git diff --git a/plugins/admin/systems/tabs_component.inc b/plugins/admin/systems/tabs_component.inc index 597eadfbe..60facee5a 100644 --- a/plugins/admin/systems/tabs_component.inc +++ b/plugins/admin/systems/tabs_component.inc @@ -20,6 +20,7 @@ class componenttabs extends tabs 'dn' to all plugins */ $baseobject= $this->by_object['componentgeneric']; $this->dn= "cn=$baseobject->cn,ou=netdevices,ou=systems,".$baseobject->base; + $baseobject->dn= $this->dn; foreach ($this->by_object as $key => $obj){ $this->by_object[$key]->dn= $this->dn;