From cb476d1193d026bb9830e65c160697d170a45adf Mon Sep 17 00:00:00 2001 From: Anders Wegge Jakobsen Date: Sun, 28 Aug 2005 00:03:14 +0000 Subject: [PATCH] Always read a diff before committing code --- includes/SpecialWatchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index 768bd4673e..4bb2870b6a 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -208,7 +208,7 @@ function wfSpecialWatchlist( $par ) { if( $wgFilterRobotsWL ) { $andHideBotsOptional = $hideBots ? "AND (rc_bot = 0)" : ''; } else { - $andHideBotsOptional = "AND AND rc_this_oldid=page_latest"; + $andHideBotsOptional = "AND rc_this_oldid=page_latest"; } -- 2.20.1