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

:ambulance: fix(dhcp) Fix DhcpSectionCreationDialog::update return value

issue #6071
parent 01daed64
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -87,6 +87,7 @@ class DhcpSectionCreationDialog extends GenericDialog
} elseif (isset($this->dialog)) {
$this->dialog->update();
}
return TRUE;
}
public function render (): string
......
  • SonarQube analysis reported 1 issue

    • :warning: 1 major

    Note: The following issues were found on lines that were not modified in the commit. Because these issues can't be reported as line comments, they are summarized here:

    1. :warning: Merge this if statement with the enclosing one. :blue_book:
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