From ffa2bb34152872ff15f515db5aa3bc0aa9493f96 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Sun, 21 Feb 2010 17:20:31 +0000 Subject: [PATCH] I have a feeling that a line above declares same global --- includes/specials/SpecialWatchlist.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index aeba3ca6b9..c32af2ae39 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -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' ); -- 2.20.1