r74896 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74895‎ | r74896 | r74897 >
Date:14:10, 17 October 2010
Author:platonides
Status:ok
Tags:
Comment:
Use the getter per r74822 CR.
Modified paths:
  • /trunk/phase3/includes/parser/Parser_DiffTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Parser_DiffTest.php
@@ -114,7 +114,7 @@
115115 function onClearState( &$parser ) {
116116 // hack marker prefixes to get identical output
117117 if ( !isset( $this->dtUniqPrefix ) ) {
118 - $this->dtUniqPrefix = $parser->mUniqPrefix;
 118+ $this->dtUniqPrefix = $parser->uniqPrefix();
119119 } else {
120120 $parser->mUniqPrefix = $this->dtUniqPrefix;
121121 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74822Follow r69904. Make Parser::getRandomString real private....platonides22:12, 15 October 2010

Status & tagging log