From 9301fdec63c0ccbf9787d163623fa18b8896ac7e Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 19 May 2008 02:21:32 +0000 Subject: [PATCH] Default to $updated = false --- includes/SpecialWatchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index d97bbaa98c..5662d95e08 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -290,7 +290,7 @@ function wfSpecialWatchlist( $par ) { $updated = $obj->wl_notificationtimestamp; } else { // Same visual appearance as MW 1.4 - $updated = true; + $updated = false; } if ($wgRCShowWatchingUsers && $wgUser->getOption( 'shownumberswatching' )) { -- 2.20.1