From: Niklas Laxström Date: Wed, 31 Aug 2011 05:43:53 +0000 (+0000) Subject: Followup r95800 - the page is ListFiles X-Git-Tag: 1.31.0-rc.0~28003 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=e0571edbef815df0d547ad5fdf8200de7b28500b;p=lhc%2Fweb%2Fwiklou.git Followup r95800 - the page is ListFiles --- diff --git a/includes/specials/SpecialStatistics.php b/includes/specials/SpecialStatistics.php index ffe5b5c053..135690b769 100644 --- a/includes/specials/SpecialStatistics.php +++ b/includes/specials/SpecialStatistics.php @@ -146,7 +146,7 @@ class SpecialStatistics extends SpecialPage { $this->getLang()->formatNum( $this->total ), array( 'class' => 'mw-statistics-pages' ), 'statistics-pages-desc' ) . - $this->formatRow( Linker::linkKnown( SpecialPage::getTitleFor( 'Filelist' ), + $this->formatRow( Linker::linkKnown( SpecialPage::getTitleFor( 'ListFiles' ), wfMsgExt( 'statistics-files', array( 'parseinline' ) ) ), $this->getLang()->formatNum( $this->images ), array( 'class' => 'mw-statistics-files' ) );