mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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) {
|
} catch (InvalidArgumentException $e) {
|
||||||
Notification::error($e->getMessage());
|
Notification::error($e->getMessage());
|
||||||
return;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->save()) {
|
if ($this->save()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user