Code

Fixed double reload after migrating users
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 May 2007 06:13:39 +0000 (06:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 May 2007 06:13:39 +0000 (06:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6313 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/class_setupStep_Migrate.inc

index 0198c4b1dd5d1b23f906775e462319778339fc99..93e7cff77f0d5dcd264f90db909de47247f3272b 100644 (file)
@@ -1284,9 +1284,9 @@ class Step_Migrate extends setup_step
     /* Start migration */
     if(isset($_POST['users_visible_migrate_migrate'])){
       if($this->migrate_gosaAccounts()){
-        $this->check_gosaAccounts();
+        $this->initialize_checks();
         $this->dialog = FALSE;
-      $this->show_details = FALSE;
+        $this->show_details = FALSE;
         $this->users_migration_dialog = FALSE;
       }
     }