X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2Fpagers%2FNewFilesPager.php;h=8bac2c4493c51a444fd1348d3e1df98745e9f71b;hb=5a68f2902d4e21bc76482c33344f473912768fec;hp=6e16e7962e1a6e92e4ec68e6abeb2e2bd11b6181;hpb=5b1cda7ae18188ba751994cc69a47b62633444e3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/pagers/NewFilesPager.php b/includes/specials/pagers/NewFilesPager.php index 6e16e7962e..8bac2c4493 100644 --- a/includes/specials/pagers/NewFilesPager.php +++ b/includes/specials/pagers/NewFilesPager.php @@ -40,7 +40,7 @@ class NewFilesPager extends RangeChronologicalPager { * @param IContextSource $context * @param FormOptions $opts */ - function __construct( IContextSource $context, FormOptions $opts ) { + public function __construct( IContextSource $context, FormOptions $opts ) { parent::__construct( $context ); $this->opts = $opts;