Follow up r70916. Missing global.
authorPlatonides <platonides@users.mediawiki.org>
Thu, 12 Aug 2010 14:02:32 +0000 (14:02 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 12 Aug 2010 14:02:32 +0000 (14:02 +0000)
maintenance/tests/SearchUpdateTest.php

index a4fc357..b4299a8 100644 (file)
@@ -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();