Avoid CommentStore errors by selecting correct set of columns

Change-Id: I7d83a45fbf86dc0144d50e8b6258b97f1b0c7188
This commit is contained in:
Chad Horohoe 2017-09-07 17:21:50 -07:00
parent e89722ad75
commit 3f4ba191f6

View file

@ -248,7 +248,7 @@ class AbuseFilterExaminePager extends ReverseChronologicalPager {
$info = [
'tables' => 'recentchanges',
'fields' => '*',
'fields' => Revision::selectFields(),
'conds' => array_filter( $conds ),
'options' => [ 'ORDER BY' => 'rc_timestamp DESC' ],
];