From 32660c170e6dbcdbf4bf3597c4d0c641342ffc95 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 11 Sep 2010 12:21:11 +0000 Subject: [PATCH] Follow up r72799. Make this global so the Maps tests can work when called from phpunit. --- maintenance/commandLine.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/commandLine.inc b/maintenance/commandLine.inc index 0720e76fd6..7f84a4709e 100644 --- a/maintenance/commandLine.inc +++ b/maintenance/commandLine.inc @@ -5,6 +5,7 @@ */ require( dirname( __FILE__ ) . '/Maintenance.php' ); +global $optionsWithArgs; if ( !isset( $optionsWithArgs ) ) { $optionsWithArgs = array(); } -- 2.20.1