parent
58ba7f9f86
commit
6234648a1f
|
@ -87,7 +87,7 @@ class IcingaEndpoint extends IcingaObject
|
||||||
public function getRenderingZone(IcingaConfig $config = null)
|
public function getRenderingZone(IcingaConfig $config = null)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
if ($zone = $this->getResolvedProperty('zone_id')) {
|
if ($zone = $this->getResolvedRelated('zone')) {
|
||||||
return $zone->getRenderingZone($config);
|
return $zone->getRenderingZone($config);
|
||||||
}
|
}
|
||||||
} catch (NestingError $e) {
|
} catch (NestingError $e) {
|
||||||
|
|
Loading…
Reference in New Issue