Code

Added acls to mimetype
[gosa.git] / plugins / admin / fai / tabsPartition.inc
index c18779abe68b661eecf0b171680ee804a4efba94..a6243aca193c8319d75ff57d6897eb3f9deac30d 100644 (file)
@@ -7,6 +7,9 @@ class tabsPartition extends tabs
   function tabsPartition($config, $data, $dn)
   {
        tabs::tabs($config, $data, $dn);
+
+       /* Add references/acls/snapshots */
+       $this->addSpecialTabs();
   }
 
   function check()
@@ -33,7 +36,7 @@ class tabsPartition 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;