CoreApi: use renamed method

This commit is contained in:
Thomas Gelf 2015-11-26 20:36:49 +01:00
parent 381d44b4e3
commit 211df25b42

View File

@ -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',
)); ));