mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
IcingaObject: fix issue with disabled property
This commit is contained in:
parent
6d1b44f56e
commit
e8aadbb30b
@ -225,7 +225,7 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
||||
|
||||
protected function setDisabled($disabled)
|
||||
{
|
||||
return parent::set($this->normalizeBoolean($disabled));
|
||||
return parent::reallySet('disabled', $this->normalizeBoolean($disabled));
|
||||
}
|
||||
|
||||
public function markForRemoval($remove = true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user