Skip to content

Commit

Permalink
Avoid CommentStore errors by selecting correct set of columns
Browse files Browse the repository at this point in the history
Change-Id: I7d83a45fbf86dc0144d50e8b6258b97f1b0c7188
  • Loading branch information
Chad Horohoe committed Sep 8, 2017
1 parent e89722a commit 3f4ba19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Views/AbuseFilterViewExamine.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function getQueryInfo() {

$info = [
'tables' => 'recentchanges',
'fields' => '*',
'fields' => Revision::selectFields(),
'conds' => array_filter( $conds ),
'options' => [ 'ORDER BY' => 'rc_timestamp DESC' ],
];
Expand Down

0 comments on commit 3f4ba19

Please sign in to comment.