r49970 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r49969
|
r49970
|
r49971
>
Date:
18:39, 27 April 2009
Author:
brion
Status:
ok
Tags:
Comment:
Follow-up to
r49921
-- "Implement quickbar settings"
Make actually work now after bits were divided into functions :D
Modified paths:
/trunk/phase3/includes/Preferences.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Preferences.php
—
—
@@ -365,7 +365,7 @@
366
366
367
367
static function skinPreferences( $user, &$defaultPreferences ) {
368
368
## Skin #####################################
369
- global $wgAllowUserSkin;
369
+ global $wgAllowUserSkin, $wgLang;
370
370
371
371
if ($wgAllowUserSkin) {
372
372
$defaultPreferences['skin'] =
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r49921
Implement quickbar settings
werdna
01:49, 27 April 2009
Status & tagging log
06:19, 4 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r49970
[
removed:
new
added:
ok]
22:28, 27 April 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r49970
[
removed:
new
added:
ok]