r62801 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62800‎ | r62801 | r62802 >
Date:01:12, 22 February 2010
Author:mah
Status:ok
Tags:
Comment:
follow up r62800 fix typo
Modified paths:
  • /trunk/phase3/maintenance/deleteArchivedFiles.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/deleteArchivedFiles.php
@@ -38,7 +38,7 @@
3939 $this->output( "Use --delete to actually confirm this script\n" );
4040 return;
4141 }
42 - $force = $this->hasOption( 'force ');
 42+ $force = $this->hasOption( 'force' );
4343 # Data should come off the master, wrapped in a transaction
4444 $dbw = wfGetDB( DB_MASTER );
4545 $dbw->begin();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62800Cleanup r62798: If you add a new param then document it, simplify check for -...demon00:54, 22 February 2010

Status & tagging log