r47607 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47606‎ | r47607 | r47608 >
Date:10:41, 21 February 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
Tweak for bug 17103 (patch: Marcin Cieślak)
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -1806,7 +1806,7 @@
18071807 }
18081808
18091809 #It would be nice to see where the user had actually come from, but for now just guess
1810 - $returnto = $rc->getAttribute( 'rc_type' ) == RC_NEW ? 'newpages' : 'recentchanges';
 1810+ $returnto = $rc->getAttribute( 'rc_type' ) == RC_NEW ? 'Newpages' : 'Recentchanges';
18111811 $return = SpecialPage::getTitleFor( $returnto );
18121812
18131813 $dbw = wfGetDB( DB_MASTER );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r46659* bug 17103 Special:Newpages/Special:Recentchanges should be localized on the...nikerabbit21:25, 31 January 2009

Status & tagging log