diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/NotificationQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/NotificationQuery.php index 95b847a6d..03810f5c9 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/NotificationQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/NotificationQuery.php @@ -125,7 +125,7 @@ class NotificationQuery extends IdoQuery 'cmd_c.contactnotification_id = cmd_m.contactnotification_id', array() ); - $this->baseQuery->join( + $this->baseQuery->joinLeft( array( 'cmd_o' => $this->prefix . 'objects' ),