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