mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Notification History: Fix contactnotificationmethods left join.
This commit is contained in:
parent
717d80807e
commit
91c15747cf
@ -118,7 +118,7 @@ class NotificationQuery extends IdoQuery
|
|||||||
'n.notification_id = cmd_c.notification_id',
|
'n.notification_id = cmd_c.notification_id',
|
||||||
array()
|
array()
|
||||||
);
|
);
|
||||||
$this->baseQuery->join(
|
$this->baseQuery->joinLeft(
|
||||||
array(
|
array(
|
||||||
'cmd_m' => $this->prefix . 'contactnotificationmethods'
|
'cmd_m' => $this->prefix . 'contactnotificationmethods'
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user