r8106 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r8105‎ | r8106 | r8107 >
Date:06:59, 7 April 2005
Author:eloquence
Status:old
Tags:
Comment:
(last) link had diff= and oldid= the wrong way around
Modified paths:
  • /trunk/phase3/includes/PageHistory.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/PageHistory.php
@@ -272,7 +272,7 @@
273273 return $this->mSkin->makeKnownLinkObj(
274274 $this->mTitle,
275275 $last,
276 - "diff={$next->rev_id}&oldid={$row->rev_id}",
 276+ "diff={$row->rev_id}&oldid={$next->rev_id}",
277277 '',
278278 '',
279279 ' tabindex="'.$counter.'"' );

Status & tagging log