IcingaZone: Fix missing semicolon

This commit is contained in:
Alexander Fuhr 2015-06-08 15:28:56 +02:00
parent 9b34ba6848
commit a9e879b72f
1 changed files with 1 additions and 1 deletions

View File

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