I have a feeling that a line above declares same global
authorDomas Mituzas <midom@users.mediawiki.org>
Sun, 21 Feb 2010 17:20:31 +0000 (17:20 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Sun, 21 Feb 2010 17:20:31 +0000 (17:20 +0000)
includes/specials/SpecialWatchlist.php

index aeba3ca..c32af2a 100644 (file)
@@ -12,7 +12,6 @@
 function wfSpecialWatchlist( $par ) {
        global $wgUser, $wgOut, $wgLang, $wgRequest;
        global $wgRCShowWatchingUsers, $wgEnotifWatchlist, $wgShowUpdatedMarker;
-       global $wgEnotifWatchlist;
        
        // Add feed links
        $wlToken = $wgUser->getOption( 'watchlisttoken' );