mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
monitoring: Fix missing return argument in the backend configuration form
This commit is contained in:
parent
24b2369adb
commit
e72361c2cb
@ -147,7 +147,7 @@ class BackendConfigForm extends ConfigForm
|
|||||||
}
|
}
|
||||||
} catch (InvalidArgumentException $e) {
|
} catch (InvalidArgumentException $e) {
|
||||||
Notification::error($e->getMessage());
|
Notification::error($e->getMessage());
|
||||||
return;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->save()) {
|
if ($this->save()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user