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

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

issue #6071
Showing with 1 addition and 0 deletions
+1 -0
...@@ -87,6 +87,7 @@ class DhcpSectionCreationDialog extends GenericDialog ...@@ -87,6 +87,7 @@ class DhcpSectionCreationDialog extends GenericDialog
} elseif (isset($this->dialog)) { } elseif (isset($this->dialog)) {
$this->dialog->update(); $this->dialog->update();
} }
return TRUE;
} }
public function render (): string public function render (): string
......
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