mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
IcingaObject: unresolved properties
This commit is contained in:
parent
1e1cc74b31
commit
9cf3569884
@ -1468,7 +1468,7 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
||||
if ($resolved) {
|
||||
$p = $this->getResolvedProperties();
|
||||
} else {
|
||||
$p = $this->getProperties();
|
||||
$p = $this->properties;
|
||||
}
|
||||
|
||||
foreach ($p as $k => $v) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user