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 @@
106
106
$wgTitle = $titleObj;
107
107
108
108
if ( $this->section !== false ) {
109
- $text = $this->getSectionText( $text, 'r' . $rev );
109
+ $text = $this->getSectionText( $text, 'r' . $rev->getId() );
110
110
}
111
111
112
112
$p_result = $wgParser->parse( $text, $titleObj, $popts );
Follow-up revisions
Revision
Commit summary
Author
Date
r79815
1.17: MFT
r78327
,
r78560
,
r79131
,
r79708
,
r79713
,
r79725
,
r79758
,
r79759
,
r79...
catrope
13:55, 7 January 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r66150
* (
bug 23460
) Parse action should have a section option...
reedy
18:27, 10 May 2010
Status & tagging log
13:55, 7 January 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r79762
[
removed:
1.17]
12:57, 7 January 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r79762
[
removed:
new
added:
ok]
22:07, 6 January 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r79762
[
added:
1.17]