From: Niklas Laxström Date: Wed, 3 Apr 2013 10:39:54 +0000 (+0000) Subject: Remove link to Special:ActiveUsers from Special:Statistics X-Git-Tag: 1.31.0-rc.0~20085^2 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=62949af09ea3ceb96d897ec8aab74afdadb02d4e;p=lhc%2Fweb%2Fwiklou.git Remove link to Special:ActiveUsers from Special:Statistics Besides being broken, causes PHP warnings. Bug: 46719 Change-Id: I23d9c9bdc9d38eb4256d0f7061e225cf86b576f8 --- diff --git a/includes/specials/SpecialStatistics.php b/includes/specials/SpecialStatistics.php index bc1b600cfd..ec924b0b1e 100644 --- a/includes/specials/SpecialStatistics.php +++ b/includes/specials/SpecialStatistics.php @@ -171,11 +171,7 @@ class SpecialStatistics extends SpecialPage { $this->formatRow( $this->msg( 'statistics-users' )->parse(), $this->getLanguage()->formatNum( $this->users ), array( 'class' => 'mw-statistics-users' ) ) . - $this->formatRow( $this->msg( 'statistics-users-active' )->parse() . ' ' . - Linker::linkKnown( - SpecialPage::getTitleFor( 'Activeusers' ), - $this->msg( 'listgrouprights-members' )->escaped() - ), + $this->formatRow( $this->msg( 'statistics-users-active' )->parse(), $this->getLanguage()->formatNum( $this->activeUsers ), array( 'class' => 'mw-statistics-users-active' ), 'statistics-users-active-desc',