From: Priyanka Dhanda Date: Mon, 18 Oct 2010 18:14:36 +0000 (+0000) Subject: Follow up to r74780. Set default for . X-Git-Tag: 1.31.0-rc.0~34442 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=81edc9cfcef9d3c701983d10e675c0c2faf4a9ad;p=lhc%2Fweb%2Fwiklou.git Follow up to r74780. Set default for . --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5008a895ca..11077f2303 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5120,6 +5120,7 @@ $wgRepositoryPackageStates = array( * Allows running of selenium tests via maintenance/tests/RunSeleniumTests.php */ $wgEnableSelenium = false; +$wgSeleniumTestConfigs = array();