From: Platonides Date: Tue, 3 May 2011 22:37:14 +0000 (+0000) Subject: Follow up r87210 X-Git-Tag: 1.31.0-rc.0~30423 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=809102860a731548e9319241cc2a10a7a3f6bd8b;p=lhc%2Fweb%2Fwiklou.git Follow up r87210 --- diff --git a/tests/phpunit/includes/XmlTest.php b/tests/phpunit/includes/XmlTest.php index d0c364e778..ad5480b261 100644 --- a/tests/phpunit/includes/XmlTest.php +++ b/tests/phpunit/includes/XmlTest.php @@ -12,7 +12,7 @@ class XmlTest extends MediaWikiTestCase { } public function tearDown() { - global $wgContLang, $wgLanguageCode; + global $wgLang, $wgLanguageCode; $wgLang = self::$oldLang; $wgLanguageCode = $wgLang->getCode(); }