http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72800

Revision: 72800
Author:   platonides
Date:     2010-09-11 12:21:11 +0000 (Sat, 11 Sep 2010)

Log Message:
-----------
Follow up r72799.
Make this global so the Maps tests can work when called from phpunit.

Modified Paths:
--------------
    trunk/phase3/maintenance/commandLine.inc

Modified: trunk/phase3/maintenance/commandLine.inc
===================================================================
--- trunk/phase3/maintenance/commandLine.inc    2010-09-11 12:20:08 UTC (rev 
72799)
+++ trunk/phase3/maintenance/commandLine.inc    2010-09-11 12:21:11 UTC (rev 
72800)
@@ -5,6 +5,7 @@
  */
 require( dirname( __FILE__ ) . '/Maintenance.php' );
 
+global $optionsWithArgs;
 if ( !isset( $optionsWithArgs ) ) {
     $optionsWithArgs = array();
 }



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to