One more thing TODO

This commit is contained in:
Thomas Gelf 2013-08-20 23:36:28 +02:00 committed by Eric Lippmann
parent 3cd947ab29
commit 7e83099ef7
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ class HoststatusQuery extends AbstractQuery
protected function joinServicegroups()
{
// TODO: Only hosts with services having such servicegroups
$this->requireVirtualTable('services');
$this->baseQuery->join(
array('sgm' => $this->prefix . 'servicegroup_members'),