mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +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) {
|
if ($resolved) {
|
||||||
$p = $this->getResolvedProperties();
|
$p = $this->getResolvedProperties();
|
||||||
} else {
|
} else {
|
||||||
$p = $this->getProperties();
|
$p = $this->properties;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($p as $k => $v) {
|
foreach ($p as $k => $v) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user