r60169 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60168‎ | r60169 | r60170 >
Date:18:05, 17 December 2009
Author:aaron
Status:ok
Tags:
Comment:
Fixed stupid mistake from r60134
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedArticleView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedArticleView.php
@@ -267,9 +267,7 @@
268268 // set to override given the relevant conditions (like &stable=0) or there
269269 // is no stable version.
270270 } else {
271 - $this->showStableVersion( $srev, $tag, $prot );
272 - $outputDone = true; # Tell MW that parser output is done
273 - $pcache = false;
 271+ $this->showRegularVersion( $srev, $tag, $prot );
274272 }
275273 # Some checks for which tag CSS to use
276274 if( FlaggedRevs::useSimpleUI() ) $tagClass = 'flaggedrevs_short';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60134Minor subroutine refactoring and commentsaaron20:02, 16 December 2009

Status & tagging log