X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialStatistics.php;h=d5e14d299b623cf42c67d3cfad30803dff0ceab5;hb=f96c988f19824c9bb22fb07b55aa5e295f227394;hp=a60549bf739a85effda8053e9bdefddbd09522b4;hpb=43a548a5c3436b5d07091b504bbf5eb80d1ed215;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialStatistics.php b/includes/specials/SpecialStatistics.php index a60549bf73..d5e14d299b 100644 --- a/includes/specials/SpecialStatistics.php +++ b/includes/specials/SpecialStatistics.php @@ -168,7 +168,11 @@ class SpecialStatistics extends SpecialPage { Xml::tags( 'th', [ 'colspan' => '2' ], $this->msg( 'statistics-header-users' )->parse() ) . Xml::closeElement( 'tr' ) . - $this->formatRow( $this->msg( 'statistics-users' )->parse(), + $this->formatRow( $this->msg( 'statistics-users' )->parse() . ' ' . + $this->getLinkRenderer()->makeKnownLink( + SpecialPage::getTitleFor( 'Listusers' ), + $this->msg( 'listgrouprights-members' )->text() + ), $this->getLanguage()->formatNum( $this->users ), [ 'class' => 'mw-statistics-users' ] ) .