r61452 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61451‎ | r61452 | r61453 >
Date:01:56, 24 January 2010
Author:aaron
Status:ok
Tags:
Comment:
Follow up r61451: getText() -> getVal()
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedArticleView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedArticleView.php
@@ -335,7 +335,7 @@
336336 $tooltip = wfMsgHtml( 'revreview-draft-title' );
337337 $pending = $prot . FlaggedRevsXML::draftStatusIcon() .
338338 wfMsgExt( 'revreview-edited', array( 'parseinline' ), $srev->getRevId(), $revsSince );
339 - $anchor = $wgRequest->getText( 'fromsection' );
 339+ $anchor = $wgRequest->getVal( 'fromsection' );
340340 if( $anchor != null ) {
341341 $section = str_replace( '_', ' ', $anchor ); // prettify
342342 $pending .= wfMsgExt( 'revreview-edited-section', 'parse', $anchor, $section );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61451Go to "changes pending" message at the top of the page even for section edits...aaron01:52, 24 January 2010

Status & tagging log