r51475 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51474‎ | r51475 | r51476 >
Date:19:23, 4 June 2009
Author:ialex
Status:ok
Tags:
Comment:
Fix case for "Recentchanges" (and not "RecentChanges") so that SpecialPage::getLocalNameFor() doesn't emit an error
Modified paths:
  • /trunk/phase3/includes/specials/SpecialTags.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialTags.php
@@ -63,7 +63,7 @@
6464 $newRow .= Xml::tags( 'td', null, $desc );
6565
6666 $hitcount = wfMsgExt( 'tags-hitcount', array( 'parsemag' ), $hitcount );
67 - $hitcount = $sk->link( SpecialPage::getTitleFor( 'RecentChanges' ), $hitcount, array(), array( 'tagfilter' => $tag ) );
 67+ $hitcount = $sk->link( SpecialPage::getTitleFor( 'Recentchanges' ), $hitcount, array(), array( 'tagfilter' => $tag ) );
6868 $newRow .= Xml::tags( 'td', null, $hitcount );
6969
7070 $doneTags[] = $tag;

Status & tagging log