Code

Fixed undefined ...
[gosa.git] / plugins / admin / systems / tabs_terminal.inc
index 5f5e47eea73c66a797388caf6ad1245446d9e24a..2bc8db0bfd1f2d5282620010bf0264abdd3a1511 100644 (file)
@@ -42,6 +42,7 @@ class termtabs extends tabs
        'dn' to all plugins */
     $baseobject= $this->by_object['termgeneric'];
     $this->dn= "cn=".$baseobject->cn.",ou=terminals,ou=systems,".$baseobject->base;
+    $baseobject->dn= $this->dn;
 
     foreach ($this->by_object as $key => $obj){
       $this->by_object[$key]->dn= $this->dn;
@@ -53,6 +54,8 @@ class termtabs extends tabs
       $this->by_object['printgeneric']->remove_from_parent();
     }
 
+    /* Fix tagging if needed */
+    $baseobject->handle_object_tagging();
   }
 
 }