From c0043c26b061fb06603416fcf87ed52a350f28ac Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 29 Aug 2015 01:04:28 +0200 Subject: [PATCH] IcingaObject: no zones right now --- library/Director/Objects/IcingaObject.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/Director/Objects/IcingaObject.php b/library/Director/Objects/IcingaObject.php index 99be0616..cd967f69 100644 --- a/library/Director/Objects/IcingaObject.php +++ b/library/Director/Objects/IcingaObject.php @@ -642,6 +642,8 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer protected function renderZoneProperty($zoneId, $propertyName = 'zone') { +// TODO: set file info? +return ''; return c::renderKeyValue( $propertyName, c::renderString($this->connection->getZoneName($zoneId))