Follow up r72799.
authorPlatonides <platonides@users.mediawiki.org>
Sat, 11 Sep 2010 12:21:11 +0000 (12:21 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 11 Sep 2010 12:21:11 +0000 (12:21 +0000)
Make this global so the Maps tests can work when called from phpunit.

maintenance/commandLine.inc

index 0720e76..7f84a47 100644 (file)
@@ -5,6 +5,7 @@
  */
 require( dirname( __FILE__ ) . '/Maintenance.php' );
 
+global $optionsWithArgs;
 if ( !isset( $optionsWithArgs ) ) {
     $optionsWithArgs = array();
 }