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

View File

@ -125,7 +125,7 @@ class NotificationQuery extends IdoQuery
'cmd_c.contactnotification_id = cmd_m.contactnotification_id', 'cmd_c.contactnotification_id = cmd_m.contactnotification_id',
array() array()
); );
$this->baseQuery->join( $this->baseQuery->joinLeft(
array( array(
'cmd_o' => $this->prefix . 'objects' 'cmd_o' => $this->prefix . 'objects'
), ),