mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Add missing return argument in the ResourceConfigForm
This commit is contained in:
parent
ba8d7e0afd
commit
49f89ee505
@ -149,7 +149,7 @@ class ResourceConfigForm extends ConfigForm
|
||||
}
|
||||
} catch (InvalidArgumentException $e) {
|
||||
Notification::error($e->getMessage());
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
|
||||
if ($this->save()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user