r69905 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69904‎ | r69905 | r69906 >
Date:20:51, 25 July 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r69904 $self to self
Modified paths:
  • /trunk/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Parser.php
@@ -212,7 +212,7 @@
213213 */
214214 # $this->mUniqPrefix = "\x07UNIQ" . Parser::getRandomString();
215215 # Changed to \x7f to allow XML double-parsing -- TS
216 - $this->mUniqPrefix = "\x7fUNIQ" . $self::getRandomString();
 216+ $this->mUniqPrefix = "\x7fUNIQ" . self::getRandomString();
217217
218218
219219 # Clear these on every parse, bug 4549

Past revisions this follows-up on

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

Status & tagging log