r36270 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36269‎ | r36270 | r36271 >
Date:18:52, 13 June 2008
Author:ialex
Status:old
Tags:
Comment:
fix for r36212: take care of the namespace too
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -1438,7 +1438,7 @@
14391439 # menu in your browser.
14401440
14411441 $rctitle = SpecialPage::getTitleFor( 'Recentchanges' );
1442 - if ( $wgTitle->getText() != $rctitle->getText() ) {
 1442+ if ( $wgTitle->getPrefixedText() != $rctitle->getPrefixedText() ) {
14431443 global $wgSitename;
14441444
14451445 $ret .= $this->feedLink(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r36212(bug 14500) - The sitefeed (RC) shouldn't show up on Recentchanges itself.demon00:51, 12 June 2008

Status & tagging log