Notification History: Fix contactnotificationmethods left join.

This commit is contained in:
Michael Friedrich 2014-03-06 22:18:32 +01:00
parent 717d80807e
commit 91c15747cf
1 changed files with 1 additions and 1 deletions

View File

@ -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'
),