http://www.mediawiki.org/wiki/Special:Code/MediaWiki/64857

Revision: 64857
Author:   philip
Date:     2010-04-10 07:28:25 +0000 (Sat, 10 Apr 2010)

Log Message:
-----------
Follow up r64851. Remove $wgOut. Apply on REL1_16.

Modified Paths:
--------------
    branches/REL1_16/phase3/includes/parser/Parser.php

Modified: branches/REL1_16/phase3/includes/parser/Parser.php
===================================================================
--- branches/REL1_16/phase3/includes/parser/Parser.php  2010-04-10 07:07:49 UTC 
(rev 64856)
+++ branches/REL1_16/phase3/includes/parser/Parser.php  2010-04-10 07:28:25 UTC 
(rev 64857)
@@ -388,7 +388,7 @@
                        if ( $convruletitle ) {
                                $this->mOutput->setTitleText( $convruletitle );
                        } else {
-                               $wgOut->setPageTitle( $wgContLang->convert( 
$wgOut->getPageTitle(), true ) );
+                               $this->mOutput->setTitleText( 
$wgContLang->convert( $title->getPrefixedText(), true ) );
                        }
                }
 



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to