Index: trunk/extensions/FlaggedRevs/FlaggedArticleView.php |
— | — | @@ -498,7 +498,7 @@ |
499 | 499 | if ( $redirHtml == '' ) { |
500 | 500 | $parserOut = FlaggedRevs::parseStableText( |
501 | 501 | $this->article->getTitle(), $text, $frev->getRevId(), |
502 | | - FlaggedRevs::::makeParserOptions() ); |
| 502 | + FlaggedRevs::makeParserOptions() ); |
503 | 503 | } |
504 | 504 | # Construct some tagging for non-printable outputs. Note that the pending |
505 | 505 | # notice has all this info already, so don't do this if we added that already. |