Index: trunk/phase3/includes/SpecialWatchlist.php |
— | — | @@ -257,8 +257,7 @@ |
258 | 258 | $andLatest=''; |
259 | 259 | $limitWatchlist = 'LIMIT ' . intval( $wgUser->getOption( 'wllimit' ) ); |
260 | 260 | } else { |
261 | | - # Top log Ids for a page are not stored |
262 | | - $andLatest= 'AND (rc_this_oldid=page_latest OR rc_type=' . RC_LOG . ') '; |
| 261 | + $andLatest= 'AND rc_this_oldid=page_latest'; |
263 | 262 | $limitWatchlist = ''; |
264 | 263 | } |
265 | 264 | |