IcingaObject: unresolved properties

This commit is contained in:
Thomas Gelf 2016-03-24 13:37:32 +01:00
parent 1e1cc74b31
commit 9cf3569884

View File

@ -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) {