r55299 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55298‎ | r55299 | r55300 >
Date:01:07, 19 August 2009
Author:siebrand
Status:ok
Tags:
Comment:
Fix syntax error from r55287
Modified paths:
  • /trunk/phase3/maintenance/renamewiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/renamewiki.php
@@ -28,8 +28,8 @@
2929 public function __construct() {
3030 parent::__construct();
3131 $this->mDescription = "Rename external storage dbs and leave a new one";
32 - $this->addArg( 'olddb' 'Old DB name' );
33 - $this->addArg( 'newdb' 'New DB name' );
 32+ $this->addArg( 'olddb', 'Old DB name' );
 33+ $this->addArg( 'newdb', 'New DB name' );
3434 }
3535
3636 protected function getDbType() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55287Redo addArgs() as addArg() so we can actually do useful things with arguments...demon23:06, 18 August 2009

Status & tagging log