r56481 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56480‎ | r56481 | r56482 >
Date:01:20, 17 September 2009
Author:aaron
Status:ok
Tags:
Comment:
I was given wrong info, old name was ct_rev_id
Modified paths:
  • /trunk/extensions/FlaggedRevs/specialpages/ProblemChanges_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/specialpages/ProblemChanges_body.php
@@ -289,7 +289,7 @@
290290
291291 function getQueryInfo() {
292292 global $wgUser, $wgOldChangeTagsIndex;
293 - $ctIndex = $wgOldChangeTagsIndex ? 'ct_tag' : 'change_tag_rev_tag';
 293+ $ctIndex = $wgOldChangeTagsIndex ? 'ct_rev_id' : 'change_tag_rev_tag';
294294 $conds = $this->mConds;
295295 $tables = array( 'page', 'revision', 'change_tag' );
296296 $fields = array('page_namespace','page_title','page_latest');

Follow-up revisions

RevisionCommit summaryAuthorDate
r56482Merged r56481aaron01:23, 17 September 2009

Status & tagging log