Code

Corrected path
[gosa.git] / gosa-core / plugins / admin / mimetypes / tabs_mimetypes.inc
index 9e93bb411465796da612ca7a8bcc9cdb5c58540f..38570fde21c1fca85031a66d982757d9f95b39e6 100644 (file)
@@ -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;
   }
 
 }