r72800 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72799‎ | r72800 | r72801 >
Date:12:21, 11 September 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r72799.
Make this global so the Maps tests can work when called from phpunit.
Modified paths:
  • /trunk/phase3/maintenance/commandLine.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/commandLine.inc
@@ -5,6 +5,7 @@
66 */
77 require( dirname( __FILE__ ) . '/Maintenance.php' );
88
 9+global $optionsWithArgs;
910 if ( !isset( $optionsWithArgs ) ) {
1011 $optionsWithArgs = array();
1112 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r72799Changing paths so that they work both on Unix and Windows....platonides12:20, 11 September 2010

Status & tagging log