Unverified Commit ed8ca2f3 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(setup) Fix fatal error when migrating departments

issue #2895
Showing with 1 addition and 1 deletion
+1 -1
......@@ -1299,7 +1299,7 @@ class setupStepMigrate extends setupStep
);
}
function check_orgUnits_migrate_confirm (&$checkobj, $only_ldif)
function check_orgUnits_migrate_confirm (&$checkobj, $only_ldif = FALSE)
{
return $this->check_multipleGeneric_migrate_confirm(
$checkobj,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment