Index: trunk/extensions/FlaggedRevs/FlaggedArticle.php |
— | — | @@ -1039,7 +1039,7 @@ |
1040 | 1040 | # Is the stable revision using the same revision as the current? |
1041 | 1041 | if( $article->getLatest() != $frev->getRevId() ) { |
1042 | 1042 | $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" ) . ')'; |
1044 | 1044 | $wgOut->addHTML( "<div class='fr-diff-to-stable' align='center'>$patrol</div>" ); |
1045 | 1045 | } |
1046 | 1046 | } |