r32344 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32343‎ | r32344 | r32345 >
Date:03:10, 23 March 2008
Author:aaron
Status:old
Tags:
Comment:
Remove extra '&'
Modified paths:
  • /trunk/phase3/includes/SpecialMergeHistory.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialMergeHistory.php
@@ -248,7 +248,7 @@
249249 $last = $this->message['last'];
250250 else if( isset($this->prevId[$row->rev_id]) )
251251 $last = $this->sk->makeKnownLinkObj( $rev->getTitle(), $this->message['last'],
252 - "&diff=" . $row->rev_id . "&oldid=" . $this->prevId[$row->rev_id] );
 252+ "diff=" . $row->rev_id . "&oldid=" . $this->prevId[$row->rev_id] );
253253
254254 $userLink = $this->sk->revUserTools( $rev );
255255

Status & tagging log