From 408128d7538aaa621f281e0e4ce776518e562fd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Mon, 30 Apr 2018 09:46:40 +0200 Subject: [PATCH] Fix PHP Notice in Special:Statistics Change-Id: I7a8a15537fce4b7c15e4e452fda268c395ad4d2e Follow-up: I7736c5fb6032f1b7e8a60b49d422435a8c8e4962 --- includes/specials/SpecialStatistics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialStatistics.php b/includes/specials/SpecialStatistics.php index 146e6e77de..d5e14d299b 100644 --- a/includes/specials/SpecialStatistics.php +++ b/includes/specials/SpecialStatistics.php @@ -170,7 +170,7 @@ class SpecialStatistics extends SpecialPage { Xml::closeElement( 'tr' ) . $this->formatRow( $this->msg( 'statistics-users' )->parse() . ' ' . $this->getLinkRenderer()->makeKnownLink( - SpecialPage::getTitleFor( 'ListUsers' ), + SpecialPage::getTitleFor( 'Listusers' ), $this->msg( 'listgrouprights-members' )->text() ), $this->getLanguage()->formatNum( $this->users ), -- 2.20.1