Index: trunk/phase3/includes/Article.php |
— | — | @@ -1893,8 +1893,9 @@ |
1894 | 1894 | $text = $rev->getText(); |
1895 | 1895 | } |
1896 | 1896 | |
| 1897 | + $output = $this->getOutputFromWikitext( $text, $useParserCache ); |
1897 | 1898 | wfProfileOut( __METHOD__ ); |
1898 | | - return $this->getOutputFromWikitext( $text, $useParserCache ); |
| 1899 | + return $output; |
1899 | 1900 | } |
1900 | 1901 | |
1901 | 1902 | /** |