Index: trunk/phase3/includes/specials/SpecialWatchlist.php |
— | — | @@ -12,7 +12,6 @@ |
13 | 13 | function wfSpecialWatchlist( $par ) { |
14 | 14 | global $wgUser, $wgOut, $wgLang, $wgRequest; |
15 | 15 | global $wgRCShowWatchingUsers, $wgEnotifWatchlist, $wgShowUpdatedMarker; |
16 | | - global $wgEnotifWatchlist; |
17 | 16 | |
18 | 17 | // Add feed links |
19 | 18 | $wlToken = $wgUser->getOption( 'watchlisttoken' ); |