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…
Reference in New Issue