From: Platonides Date: Sun, 17 Oct 2010 14:10:26 +0000 (+0000) Subject: Use the getter per r74822 CR. X-Git-Tag: 1.31.0-rc.0~34470 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=6570024069a8652b3dd0df1d92fe38dcd93ca765;p=lhc%2Fweb%2Fwiklou.git Use the getter per r74822 CR. --- diff --git a/includes/parser/Parser_DiffTest.php b/includes/parser/Parser_DiffTest.php index ef98fe0bba..c6dd76e52b 100644 --- a/includes/parser/Parser_DiffTest.php +++ b/includes/parser/Parser_DiffTest.php @@ -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; }