X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2Fpagers%2FUsersPager.php;h=45b1a33e4519324e2746a09a9e0496dd4de47915;hb=2491edaaca70c5a9bc898e5186eaf2c27719988f;hp=bc24d26a1663821bdb06b7d2e9f499c16efe9458;hpb=b8010e74a998aa38a3a84f2cf2ea6dcc0cee167b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/pagers/UsersPager.php b/includes/specials/pagers/UsersPager.php index bc24d26a16..45b1a33e45 100644 --- a/includes/specials/pagers/UsersPager.php +++ b/includes/specials/pagers/UsersPager.php @@ -43,7 +43,7 @@ class UsersPager extends AlphabeticPager { * @param bool|null $including Whether this page is being transcluded in * another page */ - function __construct( IContextSource $context = null, $par = null, $including = null ) { + public function __construct( IContextSource $context = null, $par = null, $including = null ) { if ( $context ) { $this->setContext( $context ); }