Index: trunk/extensions/FlaggedRevs/presentation/FlaggedPageView.php |
— | — | @@ -960,7 +960,7 @@ |
961 | 961 | $section = ( $editPage->section == "" ) ? |
962 | 962 | false : intval( $editPage->section ); |
963 | 963 | if ( $section !== false ) { |
964 | | - $wgParser->getSection( $text, $section ); |
| 964 | + $text = $wgParser->getSection( $text, $section ); |
965 | 965 | } |
966 | 966 | if ( $text !== false && strcmp( $text, $editPage->textbox1 ) !== 0 ) { |
967 | 967 | $diffEngine = new DifferenceEngine( $this->article->getTitle() ); |