r37654 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37653‎ | r37654 | r37655 >
Date:18:22, 14 July 2008
Author:aaron
Status:old
Tags:
Comment:
&diffonly=0
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedArticle.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedArticle.php
@@ -1039,7 +1039,7 @@
10401040 # Is the stable revision using the same revision as the current?
10411041 if( $article->getLatest() != $frev->getRevId() ) {
10421042 $patrol = '(' . $wgUser->getSkin()->makeKnownLinkObj( $newRev->getTitle(),
1043 - wfMsgHtml( 'review-diff2stable' ), "oldid={$frev->getRevId()}&diff=cur" ) . ')';
 1043+ wfMsgHtml( 'review-diff2stable' ), "oldid={$frev->getRevId()}&diff=cur&diffonly=0" ) . ')';
10441044 $wgOut->addHTML( "<div class='fr-diff-to-stable' align='center'>$patrol</div>" );
10451045 }
10461046 }

Status & tagging log