r95848 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95847‎ | r95848 | r95849 >
Date:10:37, 31 August 2011
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
Argh, fixing my fix in r95834
Modified paths:
  • /trunk/phase3/includes/specials/SpecialStatistics.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialStatistics.php
@@ -146,7 +146,7 @@
147147 $this->getLang()->formatNum( $this->total ),
148148 array( 'class' => 'mw-statistics-pages' ),
149149 'statistics-pages-desc' ) .
150 - $this->formatRow( Linker::linkKnown( SpecialPage::getTitleFor( 'ListFiles' ),
 150+ $this->formatRow( Linker::linkKnown( SpecialPage::getTitleFor( 'Listfiles' ),
151151 wfMsgExt( 'statistics-files', array( 'parseinline' ) ) ),
152152 $this->getLang()->formatNum( $this->images ),
153153 array( 'class' => 'mw-statistics-files' ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95834Followup r95800 - the page is ListFilesnikerabbit05:43, 31 August 2011

Comments

#Comment by SPQRobin (talk | contribs)   14:57, 31 August 2011

Thanks for fixing r95800. Maybe SpecialPage::getTitleFor should be more flexible (at least case-insensitive).

#Comment by Nikerabbit (talk | contribs)   14:58, 31 August 2011

It is, but it still complains if the case mismatches.

Status & tagging log