diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/NotificationQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/NotificationQuery.php index 03810f5c9..ea9bfde9a 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/NotificationQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/NotificationQuery.php @@ -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' ),