r23572 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23571‎ | r23572 | r23573 >
Date:23:41, 29 June 2007
Author:aaron
Status:old
Tags:
Comment:
*Tiny UI fix for oldids
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php
@@ -862,7 +862,7 @@
863863 // Check the newest stable version...
864864 $tfrev = $this->getOverridingRev();
865865 $simpleTag = false;
866 - if( $wgRequest->getVal('diff') ) {
 866+ if( $wgRequest->getVal('diff') || $wgRequest->getVal('oldid') ) {
867867 // Do not clutter up diffs any further...
868868 } else if( !is_null($tfrev) ) {
869869 global $wgLang;

Follow-up revisions

RevisionCommit summaryAuthorDate
r23583Merging r23572 through r23582 into apiedit branch.catrope08:42, 30 June 2007

Status & tagging log