Code

Added check to avoid multiple uploads of the same file
[gosa.git] / plugins / admin / systems / tabs_workstation.inc
index 4f59e1d5685e0f424a7d3aaca32240cb626af6da..6913ac91e8ef55b15e15a01ffa4cc8cfa67add30 100644 (file)
@@ -11,10 +11,6 @@ class worktabs extends tabs
   function save_object($save_current= FALSE)
   {
     tabs::save_object($save_current);
-
-    /* Update reference, transfer variables */
-    $this->by_object['termstartup']->gotoTerminalPath=
-      $this->by_object['workgeneric']->gotoTerminalPath;
   }