From 83f95c241fff133abb2d67c6b8bc638f390cdd5a Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Thu, 7 Apr 2005 06:59:53 +0000 Subject: [PATCH] (last) link had diff= and oldid= the wrong way around --- includes/PageHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 1dcaa58b7e..05f0b9d300 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -272,7 +272,7 @@ class PageHistory { return $this->mSkin->makeKnownLinkObj( $this->mTitle, $last, - "diff={$next->rev_id}&oldid={$row->rev_id}", + "diff={$row->rev_id}&oldid={$next->rev_id}", '', '', ' tabindex="'.$counter.'"' ); -- 2.20.1