Code

More speed optimizations
[gosa.git] / plugins / admin / systems / tabs_winstation.inc
index 062eac6ee989d3675d89ac9e694c59a27054c46e..b1b144b4dc7caf4537d1e0dfcad509fb6f1d6c61 100644 (file)
@@ -20,12 +20,16 @@ class wintabs extends tabs
        'dn' to all plugins */
     $baseobject= $this->by_object['wingeneric'];
     $this->dn= "cn=$baseobject->cn,ou=winstations,ou=systems,".$baseobject->base;
+    $baseobject->dn= $this->dn;
 
     foreach ($this->by_object as $key => $obj){
       $this->by_object[$key]->dn= $this->dn;
     }
 
     tabs::save(TRUE);
+
+    /* Fix tagging if needed */
+    $baseobject->handle_object_tagging();
   }
 
 }