Follow up r72799.

Make this global so the Maps tests can work when called from phpunit.
This commit is contained in:
Platonides 2010-09-11 12:21:11 +00:00
parent 87c6f7ad2b
commit 32660c170e

View file

@ -5,6 +5,7 @@
*/
require( dirname( __FILE__ ) . '/Maintenance.php' );
global $optionsWithArgs;
if ( !isset( $optionsWithArgs ) ) {
$optionsWithArgs = array();
}