Index: trunk/extensions/FlaggedRevs/FlaggedArticleView.php |
— | — | @@ -267,9 +267,7 @@ |
268 | 268 | // set to override given the relevant conditions (like &stable=0) or there |
269 | 269 | // is no stable version. |
270 | 270 | } 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 ); |
274 | 272 | } |
275 | 273 | # Some checks for which tag CSS to use |
276 | 274 | if( FlaggedRevs::useSimpleUI() ) $tagClass = 'flaggedrevs_short'; |