r79762 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79761‎ | r79762 | r79763 >
Date:22:06, 6 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix string concat error in r66150. Also was a bug/notice in TW
Modified paths:
  • /trunk/phase3/includes/api/ApiParse.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiParse.php
@@ -105,7 +105,7 @@
106106 $wgTitle = $titleObj;
107107
108108 if ( $this->section !== false ) {
109 - $text = $this->getSectionText( $text, 'r' . $rev );
 109+ $text = $this->getSectionText( $text, 'r' . $rev->getId() );
110110 }
111111
112112 $p_result = $wgParser->parse( $text, $titleObj, $popts );

Follow-up revisions

RevisionCommit summaryAuthorDate
r798151.17: MFT r78327, r78560, r79131, r79708, r79713, r79725, r79758, r79759, r79...catrope13:55, 7 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66150* (bug 23460) Parse action should have a section option...reedy18:27, 10 May 2010

Status & tagging log