monitoring: Fix alphabetical order of query columns in the CommentQuery

This commit is contained in:
Eric Lippmann 2015-09-03 16:21:01 +02:00
parent cf917b59f8
commit 620c1fa6e0

View File

@ -25,8 +25,8 @@ class CommentQuery extends IdoQuery
'comment_is_persistent' => 'c.comment_is_persistent', 'comment_is_persistent' => 'c.comment_is_persistent',
'comment_timestamp' => 'c.comment_timestamp', 'comment_timestamp' => 'c.comment_timestamp',
'comment_type' => 'c.comment_type', 'comment_type' => 'c.comment_type',
'object_type' => 'c.object_type', 'instance_name' => 'c.instance_name',
'instance_name' => 'c.instance_name' 'object_type' => 'c.object_type'
), ),
'hosts' => array( 'hosts' => array(
'host_display_name' => 'c.host_display_name', 'host_display_name' => 'c.host_display_name',