From: Alexandre Emsenhuber Date: Sun, 1 Jun 2008 18:09:02 +0000 (+0000) Subject: Fix options with an argument X-Git-Tag: 1.31.0-rc.0~47253 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22statistiques_visites%22%2C%22%22%29%20.%20%22?a=commitdiff_plain;h=b74e5794d58704ca8f890391ede636dbe8acab6a;p=lhc%2Fweb%2Fwiklou.git Fix options with an argument --- diff --git a/maintenance/storage/moveToExternal.php b/maintenance/storage/moveToExternal.php index 9b3c209944..a8b2f93bc5 100644 --- a/maintenance/storage/moveToExternal.php +++ b/maintenance/storage/moveToExternal.php @@ -9,7 +9,7 @@ define( 'REPORTING_INTERVAL', 1 ); if ( !defined( 'MEDIAWIKI' ) ) { - $optionsWithArgs = array( 'm', 's' ); + $optionsWithArgs = array( 'e', 's' ); require_once( dirname(__FILE__) . '/../commandLine.inc' ); require_once( 'ExternalStoreDB.php' );