mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
HostcommentQuery: Fix services join
This commit is contained in:
parent
a4fdb30067
commit
542d7e2db3
@ -142,7 +142,7 @@ class HostcommentQuery 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…
x
Reference in New Issue
Block a user