Code

Updated table summary
[gosa.git] / gosa-core / setup / class_setupStep_Migrate.inc
index f0b7e26a2c522ca6597ce47cd33d30f105c562e8..cc2ac4acde48cd26c846a3f2ed10ede68cc0dae9 100644 (file)
@@ -117,7 +117,7 @@ class Step_Migrate extends setup_step
   var $rootOC_migrate_dialog = FALSE;
   var $rootOC_details = array();
        
-  function __construct()
+  function Step_Migrate()
   {
     $this->update_strings(); 
   }
@@ -574,7 +574,6 @@ class Step_Migrate extends setup_step
     /* Try to create dummy object 
      */ 
     $ldap->cd ($dn);
-    $ldap->create_missing_trees($dn);
     $res = $ldap->add($testEntry);
     $ldap->cat($dn);
     if(!$ldap->count()){