r69881 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69880‎ | r69881 | r69882 >
Date:17:48, 25 July 2010
Author:platonides
Status:ok
Tags:
Comment:
$wgLang is already marked as global at the top.
Modified paths:
  • /trunk/phase3/includes/Preferences.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Preferences.php
@@ -471,8 +471,6 @@
472472
473473 $selectedSkin = $user->getOption( 'skin' );
474474 if ( in_array( $selectedSkin, array( 'cologneblue', 'standard' ) ) ) {
475 - global $wgLang;
476 -
477475 $settings = array_flip( $wgLang->getQuickbarSettings() );
478476
479477 $defaultPreferences['quickbar'] = array(

Status & tagging log