r64857 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r64856
|
r64857
|
r64858
>
Date:
07:28, 10 April 2010
Author:
philip
Status:
deferred
Tags:
Comment:
Follow up
r64851
. Remove $wgOut. Apply on REL1_16.
Modified paths:
/branches/REL1_16/phase3/includes/parser/Parser.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/REL1_16/phase3/includes/parser/Parser.php
—
—
@@ -388,7 +388,7 @@
389
389
if ( $convruletitle ) {
390
390
$this->mOutput->setTitleText( $convruletitle );
391
391
} else {
392
- $wgOut->setPageTitle( $wgContLang->convert( $wgOut->getPageTitle(), true ) );
392
+ $this->mOutput->setTitleText( $wgContLang->convert( $title->getPrefixedText(), true ) );
393
393
}
394
394
}
395
395
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r64851
Fix
bug 23115
again. Follow up
r64821
,
r64823
and
r64827
. Rewrite the convert...
philip
05:46, 10 April 2010
Status & tagging log
10:03, 3 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r64857
[
removed:
new
added:
deferred]