Code

More speed optimizations
[gosa.git] / plugins / admin / systems / tabs_winstation.inc
index fdcb6e4e6c9359dcc942788a4fa8b5e183027845..b1b144b4dc7caf4537d1e0dfcad509fb6f1d6c61 100644 (file)
@@ -20,6 +20,7 @@ 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;