Index: trunk/extensions/FlaggedRevs/FlaggedRevs.class.php |
— | — | @@ -1663,7 +1663,7 @@ |
1664 | 1664 | 'rc_user_text' => $rev->getRawUserText(), |
1665 | 1665 | 'rc_timestamp' => $dbw->timestamp( $rev->getTimestamp() ) ), |
1666 | 1666 | __METHOD__, |
1667 | | - array( 'USE INDEX' => 'rc_user_text', 'LIMIT' => 1 ) |
| 1667 | + array( 'USE INDEX' => 'rc_user_text' ) |
1668 | 1668 | ); |
1669 | 1669 | if( $rcid ) { |
1670 | 1670 | RecentChange::markPatrolled( $rcid ); |