r59434 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r59433
|
r59434
|
r59435
>
Date:
19:57, 25 November 2009
Author:
ialex
Status:
ok
Tags:
Comment:
Set the Title object to the new $wgOut in SpecialPage::capturePath()
Modified paths:
/trunk/phase3/includes/SpecialPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/SpecialPage.php
—
—
@@ -574,6 +574,7 @@
575
575
$oldTitle = $wgTitle;
576
576
$oldOut = $wgOut;
577
577
$wgOut = new OutputPage;
578
+ $wgOut->setTitle( $title );
578
579
579
580
$ret = SpecialPage::executePath( $title, true );
580
581
if ( $ret === true ) {
Status & tagging log
03:17, 12 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r59434
[
removed:
new
added:
ok]