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 @@
6
6
*/
7
7
require( dirname( __FILE__ ) . '/Maintenance.php' );
8
8
9
+global $optionsWithArgs;
9
10
if ( !isset( $optionsWithArgs ) ) {
10
11
$optionsWithArgs = array();
11
12
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r72799
Changing paths so that they work both on Unix and Windows....
platonides
12:20, 11 September 2010
Status & tagging log
02:41, 15 September 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r72800
[
removed:
new
added:
ok]