Index: trunk/phase3/includes/Preferences.php |
— | — | @@ -209,7 +209,6 @@ |
210 | 210 | ); |
211 | 211 | |
212 | 212 | if( $wgAuth->allowPasswordChange() ) { |
213 | | - global $wgUser; // For skin. |
214 | 213 | $link = $wgUser->getSkin()->link( SpecialPage::getTitleFor( 'Resetpass' ), |
215 | 214 | wfMsgHtml( 'prefs-resetpass' ), array(), |
216 | 215 | array( 'returnto' => SpecialPage::getTitleFor( 'Preferences' ) ) ); |
— | — | @@ -781,7 +780,6 @@ |
782 | 781 | 'section' => 'rc/advancedrc', |
783 | 782 | ); |
784 | 783 | |
785 | | - global $wgUseRCPatrol; |
786 | 784 | if( $wgUseRCPatrol ) { |
787 | 785 | $defaultPreferences['hidepatrolled'] = |
788 | 786 | array( |