mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
75e414006d
commit
7b4e9b4f91
@ -1503,7 +1503,7 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
||||
if ($this->supportsGroups() && $this->groups !== null) {
|
||||
$this->groups()->setBeingLoadedFromDb();
|
||||
}
|
||||
if ($this->supportsRanges() && $this->ranges === null) {
|
||||
if ($this->supportsRanges() && $this->ranges !== null) {
|
||||
$this->ranges()->setBeingLoadedFromDb();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user