Code

Added subtree search to selectUserToPrinter
[gosa.git] / plugins / admin / systems / tabs_terminal.inc
index 7e98d82a8b32e33630dc57923185b513faf44c38..cac248e2ec5f80e7b5a332908440beddba8d9573 100644 (file)
@@ -35,6 +35,12 @@ class termtabs extends tabs
       $this->by_object['termstartup']->gotoTerminalPath=
         $this->by_object['termgeneric']->gotoTerminalPath;
     }
+   
+    /* Assign current cn to all other plugins */ 
+    $baseobject= $this->by_object['termgeneric'];
+    foreach ($this->by_object as $key => $obj){
+      $this->by_object[$key]->cn= $baseobject->cn;
+    }
   }