fixed options declaration
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 22 Jul 2005 23:31:11 +0000 (23:31 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 22 Jul 2005 23:31:11 +0000 (23:31 +0000)
maintenance/importDump.php

index f2f956a..95c0f31 100644 (file)
@@ -22,7 +22,7 @@
  * @subpackage Maintenance
  */
 
-$options = array( 'full', 'verbose', 'dry-run', 'preserve' );
+$optionsWithArgs = array( 'report' );
 
 require_once( 'commandLine.inc' );
 require_once( 'SpecialImport.php' );
@@ -124,4 +124,4 @@ if( isset( $args[0] ) ) {
        $reader->importFromStdin();
 }
 
-?>
\ No newline at end of file
+?>