Code

Updated ogroup c&p
[gosa.git] / plugins / admin / systems / tabs_component.inc
index 597eadfbe09807b7de63bfd038df229a2d34c57d..60facee5a7c6ea884f29804a158571db2f7f4958 100644 (file)
@@ -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;