r83305 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83304‎ | r83305 | r83306 >
Date:17:57, 5 March 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix index name typo from r82971
Modified paths:
  • /trunk/extensions/CodeReview/CodeReview.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeReview.php
@@ -236,7 +236,7 @@
237237 $updater->addExtensionUpdate( array( 'addIndex', 'code_comment', 'cc_author',
238238 "$base/archives/code_comment_author-index.sql", true ) );
239239
240 - $updater->addExtensionUpdate( array( 'addIndex', 'code_prop_changes', 'cc_author',
 240+ $updater->addExtensionUpdate( array( 'addIndex', 'code_prop_changes', 'cpc_author',
241241 "$base/archives/code_prop_changes_author-index.sql", true ) );
242242 break;
243243 case 'sqlite':

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82971* (bug 27799) Allow filtering status changes by author...reedy22:11, 28 February 2011

Status & tagging log