Merge "Fix slow queries in migrateActors.php"
[lhc/web/wiklou.git] / includes / specials / pagers / NewFilesPager.php
index 6e16e79..8bac2c4 100644 (file)
@@ -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;