Index: trunk/phase3/includes/DifferenceEngine.php |
— | — | @@ -674,7 +674,7 @@ |
675 | 675 | $timestamp = $wgLang->timeanddate( $this->mNewRev->getTimestamp(), true ); |
676 | 676 | $this->mNewPage = $this->mNewRev->getTitle(); |
677 | 677 | if( $this->mNewRev->isCurrent() ) { |
678 | | - $newLink = $this->mNewPage->escapeLocalUrl(); |
| 678 | + $newLink = $this->mNewPage->escapeLocalUrl( 'oldid=' . $this->mNewid ); |
679 | 679 | $this->mPagetitle = htmlspecialchars( wfMsg( 'currentrev' ) ); |
680 | 680 | $newEdit = $this->mNewPage->escapeLocalUrl( 'action=edit' ); |
681 | 681 | |