HostdowntimeQuery: Fix services join
This commit is contained in:
parent
542d7e2db3
commit
589f0de063
|
@ -148,7 +148,7 @@ class HostdowntimeQuery extends IdoQuery
|
||||||
{
|
{
|
||||||
$this->select->joinLeft(
|
$this->select->joinLeft(
|
||||||
array('s' => $this->prefix . 'services'),
|
array('s' => $this->prefix . 'services'),
|
||||||
's.host_object_id = h.host_object_id',
|
's.host_object_id = ho.object_id',
|
||||||
array()
|
array()
|
||||||
)->joinLeft(
|
)->joinLeft(
|
||||||
array('so' => $this->prefix . 'objects'),
|
array('so' => $this->prefix . 'objects'),
|
||||||
|
|
Loading…
Reference in New Issue