mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Fix settings name in PropertyModifierMakeBoolean.
This commit is contained in:
parent
1e7f0f962b
commit
6889c63a69
@ -69,7 +69,7 @@ class PropertyModifierMakeBoolean extends PropertyModifierHook
|
||||
}
|
||||
}
|
||||
|
||||
switch ($this->getSetting('on_missing')) {
|
||||
switch ($this->getSetting('on_invalid')) {
|
||||
case 'null':
|
||||
return null;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user