mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
parent
947b5436c3
commit
761de2eb33
@ -336,7 +336,7 @@ SQL;
|
|||||||
array()
|
array()
|
||||||
)->join(
|
)->join(
|
||||||
array('so' => $this->prefix . 'objects'),
|
array('so' => $this->prefix . 'objects'),
|
||||||
'so.object_id = s.service_object_id AND so.is_active = 1',
|
'so.object_id = s.service_object_id',
|
||||||
array()
|
array()
|
||||||
)->where(
|
)->where(
|
||||||
'so.is_active = ?',
|
'so.is_active = ?',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user