Code

Fixed tagging.
[gosa.git] / plugins / admin / fai / tabsTemplate.inc
index 142a4a5811e316059e87be5e5610c6d9d1d14995..0c06e51526b66f2c03900954114eb3dce280fe3b 100644 (file)
@@ -33,15 +33,12 @@ class tabsTemplate extends tabs
                if((strstr($new_dn,$this->dn))&&($cnt1<$cnt2)){
                        print_red(_("Try to move tree failed. Destination tree is subtree of source tree."));
                }else{
-                       $baseobject->recursive_move($this->dn, $new_dn);
+//                     $baseobject->recursive_move($this->dn, $new_dn);
                }
        }
        $this->dn= $new_dn;
 
        tabs::save(TRUE);
-
-       /* Fix tagging if needed */
-       $baseobject->handle_object_tagging();
   }
 
 }