summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f6eb4d)
raw | patch | inline | side by side (parent: 0f6eb4d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 5 Feb 2009 16:30:59 +0000 (16:30 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 5 Feb 2009 16:30:59 +0000 (16:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13387 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/setup/class_setupStep_Migrate.inc | patch | blob | history |
diff --git a/gosa-core/setup/class_setupStep_Migrate.inc b/gosa-core/setup/class_setupStep_Migrate.inc
index 4db13124128966b92ab60f83b1686946f1f3d0ad..ee4df05932460261c9e9313ace9a862236a1eeeb 100644 (file)
}
if(isset($_POST['rootOC_migrate_start'])){
if($this->checkBaseOC(FALSE)){
+ $this->checkBaseOC();
$this->dialog = FALSE;
$this->rootOC_migrate_dialog = FALSE;
- $this->checkBaseOC();
}
}