mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +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()
|
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