r62778 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62777‎ | r62778 | r62779 >
Date:17:20, 21 February 2010
Author:midom
Status:ok
Tags:
Comment:
I have a feeling that a line above declares same global
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialWatchlist.php
@@ -12,7 +12,6 @@
1313 function wfSpecialWatchlist( $par ) {
1414 global $wgUser, $wgOut, $wgLang, $wgRequest;
1515 global $wgRCShowWatchingUsers, $wgEnotifWatchlist, $wgShowUpdatedMarker;
16 - global $wgEnotifWatchlist;
1716
1817 // Add feed links
1918 $wlToken = $wgUser->getOption( 'watchlisttoken' );

Status & tagging log