r87364 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87363‎ | r87364 | r87365 >
Date:22:37, 3 May 2011
Author:platonides
Status:ok
Tags:
Comment:
Follow up r87210
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/XmlTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/XmlTest.php
@@ -12,7 +12,7 @@
1313 }
1414
1515 public function tearDown() {
16 - global $wgContLang, $wgLanguageCode;
 16+ global $wgLang, $wgLanguageCode;
1717 $wgLang = self::$oldLang;
1818 $wgLanguageCode = $wgLang->getCode();
1919 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87210Fix the old XmlTest.php test bug in the dateMenu() when the wiki is configure...platonides19:32, 1 May 2011

Status & tagging log