From d1fc497e01439c4671694882e2aded20fba876e4 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 20 May 2008 21:58:48 +0000 Subject: [PATCH] Don't check $wgEnotifWatchlist here --- includes/SpecialWatchlist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index a9ab3f9b03..bb5e7ba06f 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -154,7 +154,7 @@ function wfSpecialWatchlist( $par ) { if( $wgUser->getOption( 'enotifwatchlistpages' ) && $wgEnotifWatchlist) { $header .= wfMsg( 'wlheader-enotif' ) . "\n"; } - if ( $wgEnotifWatchlist || $wgShowUpdatedMarker ) { + if ( $wgShowUpdatedMarker ) { $header .= wfMsg( 'wlheader-showupdated' ) . "\n"; } @@ -175,7 +175,7 @@ function wfSpecialWatchlist( $par ) { if( ( $lag = $dbr->getLag() ) > 0 ) $wgOut->showLagWarning( $lag ); - if ( $wgEnotifWatchlist || $wgShowUpdatedMarker ) { + if ( $wgShowUpdatedMarker ) { $wgOut->addHTML( '