Code

Corrected path
[gosa.git] / gosa-core / plugins / admin / mimetypes / tabs_mimetypes.inc
old mode 100755 (executable)
new mode 100644 (file)
index 9e93bb4..38570fd
@@ -54,11 +54,6 @@ class mimetabs extends tabs
     }
 
     tabs::save();
-
-    /* Fix tagging if needed */
-    $baseobject->dn= $this->dn;
-    $baseobject->handle_object_tagging();
-    $this->by_object['mimetype'] = $baseobject;
   }
 
 }