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 @@
366366
367367 static function skinPreferences( $user, &$defaultPreferences ) {
368368 ## Skin #####################################
369 - global $wgAllowUserSkin;
 369+ global $wgAllowUserSkin, $wgLang;
370370
371371 if ($wgAllowUserSkin) {
372372 $defaultPreferences['skin'] =

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49921Implement quickbar settingswerdna01:49, 27 April 2009

Status & tagging log