Default to $updated = false
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 19 May 2008 02:21:32 +0000 (02:21 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 19 May 2008 02:21:32 +0000 (02:21 +0000)
includes/SpecialWatchlist.php

index d97bbaa..5662d95 100644 (file)
@@ -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' )) {