parent
b4afdf4115
commit
dda390b3d8
|
@ -121,6 +121,8 @@ class HostcontactQuery extends IdoQuery
|
|||
*/
|
||||
protected function joinHostgroups()
|
||||
{
|
||||
$this->requireVirtualTable('hosts');
|
||||
|
||||
$this->select->joinLeft(
|
||||
['hgm' => $this->prefix . 'hostgroup_members'],
|
||||
'hgm.host_object_id = ho.object_id',
|
||||
|
|
Loading…
Reference in New Issue