Mark constructors of IndexPager subclasses as public
[lhc/web/wiklou.git] / includes / specials / pagers / UsersPager.php
index bc24d26..45b1a33 100644 (file)
@@ -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 );
                }