r69875 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r69874
|
r69875
|
r69876
>
Date:
16:59, 25 July 2010
Author:
philip
Status:
ok (
Comments
)
Tags:
Comment:
follow up
r69874
. use string instead of object .
Modified paths:
/trunk/phase3/includes/parser/LinkHolderArray.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/parser/LinkHolderArray.php
—
—
@@ -316,7 +316,7 @@
317
317
);
318
318
// separate titles with \0 because it would never appears
319
319
// in a valid title
320
- $titlesToBeConverted .= $title . '\0';
320
+ $titlesToBeConverted .= $titleText . '\0';
321
321
}
322
322
}
323
323
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r69874
Performance improvement: in doVariants(), concatenate a bulk of titles to a s...
philip
16:53, 25 July 2010
Comments
#
Comment by
MarkAHershberger
(
talk
|
contribs
)
01:51, 16 December 2010
This was updated in
r69949
Status & tagging log
01:51, 16 December 2010
MarkAHershberger
(
talk
|
contribs
)
changed the
status
of r69875
[
removed:
new
added:
ok]