Code

Simplified the way we handle tags. This *may* break tagging. Needs testing.
[gosa.git] / plugins / admin / systems / tabs_printers.inc
index 0fbbccc222005f837dc571db50c45f4bc3d6652d..fd255199ce48fb07e1e4c9ad4359f03f38d4fc50 100644 (file)
@@ -45,9 +45,6 @@ class printtabs extends tabs
     }
 
     tabs::save(FALSE);
-
-    /* Fix tagging if needed */
-    $baseobject->handle_object_tagging();
   }
 
 }