CoreApi: fix parent zone property

This commit is contained in:
Thomas Gelf 2015-12-15 14:47:43 +01:00
parent 4755563e53
commit f486fee03d

View File

@ -170,7 +170,7 @@ constants
public function getZoneObjects() public function getZoneObjects()
{ {
return $this->getDirectorObjects('Zone', 'Zone', 'zones', array( return $this->getDirectorObjects('Zone', 'Zone', 'zones', array(
'parent' => 'parent', 'parent' => 'parent_zone',
'global' => 'is_global', 'global' => 'is_global',
)); ));
} }