mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
CoreApi: use renamed method
This commit is contained in:
parent
381d44b4e3
commit
211df25b42
@ -131,7 +131,7 @@ class CoreApi
|
|||||||
|
|
||||||
public function getZoneObjects()
|
public function getZoneObjects()
|
||||||
{
|
{
|
||||||
return $this->getMyObjects('Zone', 'zones', array(
|
return $this->getDirectorObjects('Zone', 'zones', array(
|
||||||
'parent' => 'parent',
|
'parent' => 'parent',
|
||||||
'global' => 'is_global',
|
'global' => 'is_global',
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user