Fix PHP Notice in Special:Statistics
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Mon, 30 Apr 2018 07:46:40 +0000 (09:46 +0200)
committerNiklas Laxström <niklas.laxstrom@gmail.com>
Mon, 30 Apr 2018 07:46:40 +0000 (09:46 +0200)
Change-Id: I7a8a15537fce4b7c15e4e452fda268c395ad4d2e
Follow-up: I7736c5fb6032f1b7e8a60b49d422435a8c8e4962

includes/specials/SpecialStatistics.php

index 146e6e7..d5e14d2 100644 (file)
@@ -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 ),