mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
ecf56ff1a7
commit
906f1b3616
@ -471,6 +471,8 @@ class BasketSnapshot extends DbObject
|
||||
$identifier,
|
||||
$connection
|
||||
);
|
||||
$this->objects[$typeName][$identifier] = $object->export();
|
||||
if ($object !== null) {
|
||||
$this->objects[$typeName][$identifier] = $object->export();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user