Index: trunk/phase3/includes/specials/SpecialTags.php |
— | — | @@ -63,7 +63,7 @@ |
64 | 64 | $newRow .= Xml::tags( 'td', null, $desc ); |
65 | 65 | |
66 | 66 | $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 ) ); |
68 | 68 | $newRow .= Xml::tags( 'td', null, $hitcount ); |
69 | 69 | |
70 | 70 | $doneTags[] = $tag; |