monitoring: Remove unnecessary group call in the host downtime query

refs #9009
This commit is contained in:
Eric Lippmann 2015-06-05 14:41:25 +02:00
parent 52a0ad363f
commit c735ee799c

View File

@ -160,7 +160,6 @@ class HostdowntimeQuery extends IdoQuery
'sgo.objecttype_id = ?', 'sgo.objecttype_id = ?',
4 4
); );
$this->group('ho.name1');
} }
/** /**