Follow up r87210
authorPlatonides <platonides@users.mediawiki.org>
Tue, 3 May 2011 22:37:14 +0000 (22:37 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 3 May 2011 22:37:14 +0000 (22:37 +0000)
tests/phpunit/includes/XmlTest.php

index d0c364e..ad5480b 100644 (file)
@@ -12,7 +12,7 @@ class XmlTest extends MediaWikiTestCase {
        }
        
        public function tearDown() {
-               global $wgContLang, $wgLanguageCode;
+               global $wgLang, $wgLanguageCode;
                $wgLang = self::$oldLang;
                $wgLanguageCode = $wgLang->getCode();
        }