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 @@
52575257 */
52585258 function unserialiseHalfParsedText( $data, $intPrefix = null ) {
52595259 if ( !$intPrefix ) {
5260 - $intPrefix = $this->getRandomString();
 5260+ $intPrefix = self::getRandomString();
52615261 }
52625262
52635263 # First, extract the strip state.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69904Make getRandomString static as per comment...reedy20:44, 25 July 2010

Status & tagging log