Code

Simplified the way we handle tags. This *may* break tagging. Needs testing.
[gosa.git] / plugins / admin / systems / tabs_workstation.inc
index 8716247cde1e19950bd508f84a8c1801a5e176de..80c789ee8a48abcb43ff5fa10dad3603fcd3240c 100644 (file)
@@ -59,9 +59,6 @@ class worktabs extends tabs
         $this->by_object['printgeneric']->remove_from_parent();
       }
     }
-
-    /* Fix tagging if needed */
-    $baseobject->handle_object_tagging();
   }
 
 }