Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -364,7 +364,7 @@ |
365 | 365 | $this->mOutput->setTitleText( $wgContLang->getConvRuleTitle() ); |
366 | 366 | } elseif ( !( $wgDisableLangConversion |
367 | 367 | || isset( $this->mDoubleUnderscores['notitleconvert'] ) ) ) { |
368 | | - $this->mOutput->setTitleText( $wgContLang->convert( $title ) ); |
| 368 | + $this->mOutput->setTitleText( $wgContLang->convert( $title->getPrefixedText() ) ); |
369 | 369 | } |
370 | 370 | |
371 | 371 | $text = $this->mStripState->unstripNoWiki( $text ); |