Index: trunk/phase3/includes/SpecialContributions.php |
— | — | @@ -103,7 +103,7 @@ |
104 | 104 | "WHERE page_id = rev_page AND " . |
105 | 105 | "rev_user_text = " . $this->dbr->addQuotes($this->username) . |
106 | 106 | $nscond; |
107 | | - $sql .= " ORDER BY rev_timestamp ASC LIMIT " . ($this->limit + 1); |
| 107 | + $sql .= " ORDER BY rev_timestamp ASC LIMIT " . $this->limit; |
108 | 108 | $res = $this->dbr->query($sql); |
109 | 109 | $rows = array(); |
110 | 110 | while ($obj = $this->dbr->fetchObject($res)) |