r35682 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35681‎ | r35682 | r35683 >
Date:18:09, 1 June 2008
Author:ialex
Status:old
Tags:
Comment:
Fix options with an argument
Modified paths:
  • /trunk/phase3/maintenance/storage/moveToExternal.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/storage/moveToExternal.php
@@ -9,7 +9,7 @@
1010 define( 'REPORTING_INTERVAL', 1 );
1111
1212 if ( !defined( 'MEDIAWIKI' ) ) {
13 - $optionsWithArgs = array( 'm', 's' );
 13+ $optionsWithArgs = array( 'e', 's' );
1414
1515 require_once( dirname(__FILE__) . '/../commandLine.inc' );
1616 require_once( 'ExternalStoreDB.php' );

Status & tagging log