Index: trunk/phase3/includes/PageHistory.php |
— | — | @@ -272,7 +272,7 @@ |
273 | 273 | return $this->mSkin->makeKnownLinkObj( |
274 | 274 | $this->mTitle, |
275 | 275 | $last, |
276 | | - "diff={$next->rev_id}&oldid={$row->rev_id}", |
| 276 | + "diff={$row->rev_id}&oldid={$next->rev_id}", |
277 | 277 | '', |
278 | 278 | '', |
279 | 279 | ' tabindex="'.$counter.'"' ); |