mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +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)
|
protected function setDisabled($disabled)
|
||||||
{
|
{
|
||||||
return parent::set($this->normalizeBoolean($disabled));
|
return parent::reallySet('disabled', $this->normalizeBoolean($disabled));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function markForRemoval($remove = true)
|
public function markForRemoval($remove = true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user