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',
|
||||
array()
|
||||
);
|
||||
$this->baseQuery->join(
|
||||
$this->baseQuery->joinLeft(
|
||||
array(
|
||||
'cmd_m' => $this->prefix . 'contactnotificationmethods'
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue