IcingaZone: Fix missing semicolon

This commit is contained in:
Alexander Fuhr 2015-06-08 15:28:56 +02:00
parent 9b34ba6848
commit a9e879b72f

View File

@ -15,6 +15,6 @@ class IcingaZone extends IcingaObject
protected function renderParent_zone_id() protected function renderParent_zone_id()
{ {
return $this->renderZoneProperty('parent_zone', $this->parent_zone_id) return $this->renderZoneProperty('parent_zone', $this->parent_zone_id);
} }
} }