r81416 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81415‎ | r81416 | r81417 >
Date:21:30, 2 February 2011
Author:vyznev
Status:ok
Tags:
Comment:
followup r81408: fix option desc and year in copyright statement
Modified paths:
  • /trunk/phase3/maintenance/fixDoubleRedirects.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/fixDoubleRedirects.php
@@ -2,7 +2,7 @@
33 /**
44 * Script to fix double redirects.
55 *
6 - * Copyright (C) 2010 Ilmari Karonen <nospam@vyznev.net>
 6+ * Copyright (C) 2011 Ilmari Karonen <nospam@vyznev.net>
77 * http://www.mediawiki.org/
88 *
99 * This program is free software; you can redistribute it and/or modify
@@ -31,7 +31,7 @@
3232 public function __construct() {
3333 parent::__construct();
3434 $this->mDescription = "Script to fix double redirects";
35 - $this->addOption( 'async', 'Don\'t fix anything directly, just add queue the jobs' );
 35+ $this->addOption( 'async', 'Don\'t fix anything directly, just queue the jobs' );
3636 $this->addOption( 'title', 'Fix only redirects pointing to this page', false, true );
3737 $this->addOption( 'dry-run', 'Perform a dry run, fix nothing' );
3838 }

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