From: Platonides Date: Thu, 12 Aug 2010 14:02:32 +0000 (+0000) Subject: Follow up r70916. Missing global. X-Git-Tag: 1.31.0-rc.0~35529 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=e7cfe3462212480d8b8b5c69ee15f29d7a7fc8cb;p=lhc%2Fweb%2Fwiklou.git Follow up r70916. Missing global. --- diff --git a/maintenance/tests/SearchUpdateTest.php b/maintenance/tests/SearchUpdateTest.php index a4fc357aef..b4299a812e 100644 --- a/maintenance/tests/SearchUpdateTest.php +++ b/maintenance/tests/SearchUpdateTest.php @@ -78,7 +78,7 @@ class SearchUpdateTest extends PHPUnit_Framework_TestCase { } function tearDown() { - global $wgSearchType, $wgDBtype, $wgLBFactoryConf, $wgDBservers; + global $wgSearchType, $wgDBtype, $wgLBFactoryConf, $wgDBservers, $wgContLang; LBFactory::destroyInstance();