r43959 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43958‎ | r43959 | r43960 >
Date:23:27, 25 November 2008
Author:brion
Status:ok
Tags:
Comment:
actually restore the right language *durrr*
Modified paths:
  • /trunk/extensions/CentralNotice/SpecialNoticeText.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/SpecialNoticeText.php
@@ -176,7 +176,7 @@
177177
178178 // Restore globals
179179 $GLOBALS['wgSitename'] = $old['wgSitename'];
180 - $GLOBALS['wgLang'] = $wgLang;
 180+ $GLOBALS['wgLang'] = $old['wgLang'];
181181
182182 return $out;
183183 }

Status & tagging log