Icinga Core 2 doesn't fill notification commands

This commit is contained in:
Thomas Gelf 2014-03-06 11:05:53 +00:00
parent 3692993d20
commit 864dc15514
1 changed files with 1 additions and 1 deletions

View File

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