Index: branches/REL1_16/phase3/includes/parser/Parser.php |
— | — | @@ -387,10 +387,9 @@ |
388 | 388 | $convruletitle = $wgContLang->getConvRuleTitle(); |
389 | 389 | if ( $convruletitle ) { |
390 | 390 | $this->mOutput->setTitleText( $convruletitle ); |
| 391 | + } else { |
| 392 | + $this->mOutput->setTitleText( $wgContLang->convert( $this->mOutput->getTitleText() ) ); |
391 | 393 | } |
392 | | - else { |
393 | | - $this->mOutput->setTitleText( $wgContLang->convert( $title->getPrefixedText() ) ); |
394 | | - } |
395 | 394 | } |
396 | 395 | |
397 | 396 | $text = $this->mStripState->unstripNoWiki( $text ); |