From: Platonides Date: Sat, 11 Sep 2010 12:21:11 +0000 (+0000) Subject: Follow up r72799. X-Git-Tag: 1.31.0-rc.0~35007 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=32660c170e6dbcdbf4bf3597c4d0c641342ffc95;p=lhc%2Fweb%2Fwiklou.git Follow up r72799. Make this global so the Maps tests can work when called from phpunit. --- 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(); }