Index: trunk/phase3/includes/Article.php |
— | — | @@ -1806,7 +1806,7 @@ |
1807 | 1807 | } |
1808 | 1808 | |
1809 | 1809 | #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'; |
1811 | 1811 | $return = SpecialPage::getTitleFor( $returnto ); |
1812 | 1812 | |
1813 | 1813 | $dbw = wfGetDB( DB_MASTER ); |