Use the getter per r74822 CR.
authorPlatonides <platonides@users.mediawiki.org>
Sun, 17 Oct 2010 14:10:26 +0000 (14:10 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 17 Oct 2010 14:10:26 +0000 (14:10 +0000)
includes/parser/Parser_DiffTest.php

index ef98fe0..c6dd76e 100644 (file)
@@ -114,7 +114,7 @@ class Parser_DiffTest
        function onClearState( &$parser ) {
                // hack marker prefixes to get identical output
                if ( !isset( $this->dtUniqPrefix ) ) {
-                       $this->dtUniqPrefix = $parser->mUniqPrefix;
+                       $this->dtUniqPrefix = $parser->uniqPrefix();
                } else {
                        $parser->mUniqPrefix = $this->dtUniqPrefix;
                }