r54580 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54579‎ | r54580 | r54581 >
Date:12:13, 7 August 2009
Author:ialex
Status:ok
Tags:
Comment:
removed 'wiki' option, already present in Maintenance.php
Modified paths:
  • /trunk/phase3/maintenance/namespaceDupes.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/namespaceDupes.php
@@ -34,7 +34,6 @@
3535 "\t\t<text> Appended after the article name", false, true );
3636 $this->addOption( 'prefix', "Do an explicit check for the given title prefix\n" .
3737 "\t\tappended after the article name", false, true );
38 - $this->addOption( 'wiki', 'Enter the wiki database to edit', false, true );
3938 }
4039
4140 public function execute() {

Status & tagging log