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

Update bases in setup when hitting retry with empty base list

Showing with 1 addition and 0 deletions
+1 -0
...@@ -186,6 +186,7 @@ class Step_Ldap extends setupStep ...@@ -186,6 +186,7 @@ class Step_Ldap extends setupStep
{ {
$error = parent::check(); $error = parent::check();
if (!empty($error)) { if (!empty($error)) {
$this->update_base_choices();
return $error; return $error;
} elseif ($this->is_completed) { } elseif ($this->is_completed) {
$checked = check_schema($this->parent->captured_values); $checked = check_schema($this->parent->captured_values);
......
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