Index: branches/wmf-deployment/extensions/FlaggedRevs/specialpages/ProblemChanges_body.php |
— | — | @@ -289,7 +289,7 @@ |
290 | 290 | |
291 | 291 | function getQueryInfo() { |
292 | 292 | global $wgUser, $wgOldChangeTagsIndex; |
293 | | - $ctIndex = $wgOldChangeTagsIndex ? 'ct_tag' : 'change_tag_rev_tag'; |
| 293 | + $ctIndex = $wgOldChangeTagsIndex ? 'ct_rev_id' : 'change_tag_rev_tag'; |
294 | 294 | $conds = $this->mConds; |
295 | 295 | $tables = array( 'page', 'revision', 'change_tag' ); |
296 | 296 | $fields = array('page_namespace','page_title','page_latest'); |