From: Aaron Schulz Date: Tue, 20 May 2008 21:58:48 +0000 (+0000) Subject: Don't check $wgEnotifWatchlist here X-Git-Tag: 1.31.0-rc.0~47504 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=d1fc497e01439c4671694882e2aded20fba876e4;p=lhc%2Fweb%2Fwiklou.git Don't check $wgEnotifWatchlist here --- 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( '