Code

Updated dn display to not break at spaces
[gosa.git] / plugins / admin / fai / tabsPartition.inc
index 5c44b82a721b98f3f082b92479f17bb90b6635d1..c18779abe68b661eecf0b171680ee804a4efba94 100644 (file)
@@ -39,9 +39,6 @@ class tabsPartition extends tabs
        $this->dn= $new_dn;
 
        tabs::save(TRUE);
-
-       /* Fix tagging if needed */
-       $baseobject->handle_object_tagging();
   }
 
 }