From: Platonides Date: Fri, 9 Apr 2010 19:46:26 +0000 (+0000) Subject: Recover namespace names. X-Git-Tag: 1.31.0-rc.0~37192 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=ca78b880a2ce1602a6982ee7719852c8f070e8d5;p=lhc%2Fweb%2Fwiklou.git Recover namespace names. --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 759db0bf02..be1b76a0fb 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -387,7 +387,7 @@ class Parser { $this->mOutput->setTitleText( $convruletitle ); } else { - $this->mOutput->setTitleText( $wgContLang->convert( $title->getText() ) ); + $this->mOutput->setTitleText( $wgContLang->convert( $title->getPrefixedText() ) ); } }