Index: trunk/phase3/includes/SpecialWatchlist.php |
— | — | @@ -208,7 +208,7 @@ |
209 | 209 | if( $wgFilterRobotsWL ) { |
210 | 210 | $andHideBotsOptional = $hideBots ? "AND (rc_bot = 0)" : ''; |
211 | 211 | } else { |
212 | | - $andHideBotsOptional = "AND AND rc_this_oldid=page_latest"; |
| 212 | + $andHideBotsOptional = "AND rc_this_oldid=page_latest"; |
213 | 213 | } |
214 | 214 | |
215 | 215 | |