mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
IcingaZone: fix erraneous parameter order
This commit is contained in:
parent
a9e879b72f
commit
12cbb83044
@ -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($this->parent_zone_id, 'parent_zone');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user