Index: trunk/phase3/includes/parser/Parser_DiffTest.php |
— | — | @@ -114,7 +114,7 @@ |
115 | 115 | function onClearState( &$parser ) { |
116 | 116 | // hack marker prefixes to get identical output |
117 | 117 | if ( !isset( $this->dtUniqPrefix ) ) { |
118 | | - $this->dtUniqPrefix = $parser->mUniqPrefix; |
| 118 | + $this->dtUniqPrefix = $parser->uniqPrefix(); |
119 | 119 | } else { |
120 | 120 | $parser->mUniqPrefix = $this->dtUniqPrefix; |
121 | 121 | } |