r90793 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90792‎ | r90793 | r90794 >
Date:19:39, 25 June 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
*sigh*...added bit left off of r90789
Modified paths:
  • /trunk/extensions/FlaggedRevs/presentation/FlaggedPageView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/presentation/FlaggedPageView.php
@@ -960,7 +960,7 @@
961961 $section = ( $editPage->section == "" ) ?
962962 false : intval( $editPage->section );
963963 if ( $section !== false ) {
964 - $wgParser->getSection( $text, $section );
 964+ $text = $wgParser->getSection( $text, $section );
965965 }
966966 if ( $text !== false && strcmp( $text, $editPage->textbox1 ) !== 0 ) {
967967 $diffEngine = new DifferenceEngine( $this->article->getTitle() );

Follow-up revisions

RevisionCommit summaryAuthorDate
r92317REL1_18 FR: r87606, r87617, r87669, r87690, r87700, r90388, r90419, r90741, r...reedy21:53, 15 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90789Fixed fatal due to removal of Article::getSection()aaron19:29, 25 June 2011

Comments

#Comment by Siebrand (talk | contribs)   22:24, 11 July 2011

Tagged 1.18 because r90789 is tagged 1.18.

Status & tagging log