From: Erik Moeller Date: Thu, 7 Apr 2005 06:59:53 +0000 (+0000) Subject: (last) link had diff= and oldid= the wrong way around X-Git-Tag: 1.5.0alpha1~372 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=83f95c241fff133abb2d67c6b8bc638f390cdd5a;p=lhc%2Fweb%2Fwiklou.git (last) link had diff= and oldid= the wrong way around --- 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.'"' );