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 @@
177
177
178
178
// Restore globals
179
179
$GLOBALS['wgSitename'] = $old['wgSitename'];
180
- $GLOBALS['wgLang'] = $wgLang;
180
+ $GLOBALS['wgLang'] = $old['wgLang'];
181
181
182
182
return $out;
183
183
}
Status & tagging log
22:41, 26 November 2008
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r43959
[
removed:
new
added:
ok]