r74910 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r74909
|
r74910
|
r74911
>
Date:
18:51, 17 October 2010
Author:
reedy
Status:
ok
Tags:
Comment:
Followup
r69904
, make call to getRandomString static in Parser->unserialiseHalfParsedText()
Modified paths:
/trunk/phase3/includes/parser/Parser.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/parser/Parser.php
—
—
@@ -5256,7 +5256,7 @@
5257
5257
*/
5258
5258
function unserialiseHalfParsedText( $data, $intPrefix = null ) {
5259
5259
if ( !$intPrefix ) {
5260
- $intPrefix = $this->getRandomString();
5260
+ $intPrefix = self::getRandomString();
5261
5261
}
5262
5262
5263
5263
# First, extract the strip state.
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r69904
Make getRandomString static as per comment...
reedy
20:44, 25 July 2010
Status & tagging log
21:27, 17 October 2010
Platonides
(
talk
|
contribs
)
changed the
status
of r74910
[
removed:
new
added:
ok]