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