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…
Reference in New Issue