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