Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Wikipedia: Mediawiki-CVS

SVN: [59434] trunk/phase3/includes/SpecialPage.php

 

 

Wikipedia mediawiki-cvs RSS feed   Index | Next | Previous | View Threaded


ialex at svn

Nov 25, 2009, 11:57 AM

Post #1 of 1 (98 views)
Permalink
SVN: [59434] trunk/phase3/includes/SpecialPage.php

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

Revision: 59434
Author: ialex
Date: 2009-11-25 19:57:48 +0000 (Wed, 25 Nov 2009)

Log Message:
-----------
Set the Title object to the new $wgOut in SpecialPage::capturePath()

Modified Paths:
--------------
trunk/phase3/includes/SpecialPage.php

Modified: trunk/phase3/includes/SpecialPage.php
===================================================================
--- trunk/phase3/includes/SpecialPage.php 2009-11-25 19:34:49 UTC (rev 59433)
+++ trunk/phase3/includes/SpecialPage.php 2009-11-25 19:57:48 UTC (rev 59434)
@@ -574,6 +574,7 @@
$oldTitle = $wgTitle;
$oldOut = $wgOut;
$wgOut = new OutputPage;
+ $wgOut->setTitle( $title );

$ret = SpecialPage::executePath( $title, true );
if ( $ret === true ) {



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

Wikipedia mediawiki-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.