r81409 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81408‎ | r81409 | r81410 >
Date:19:33, 2 February 2011
Author:vyznev
Status:ok
Tags:
Comment:
followup r81408: fix class name in comment
Modified paths:
  • /trunk/phase3/maintenance/fixDoubleRedirects.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/fixDoubleRedirects.php
@@ -92,7 +92,7 @@
9393 }
9494 } else {
9595 $jobs[] = $job;
96 - // FIXME: hardcoded constant 10000 copied from DoubleRedirectFixer class
 96+ // FIXME: hardcoded constant 10000 copied from DoubleRedirectJob class
9797 if ( count( $jobs ) > 10000 ) {
9898 $this->queueJobs( $jobs, $dryrun );
9999 $jobs = array();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81408Add a maintenance script to fix double redirects (and corresponding edit summ...vyznev19:25, 2 February 2011

Status & tagging log