Merge "Mark constructors of IndexPager subclasses as public"
[lhc/web/wiklou.git] / includes / specials / pagers / NewPagesPager.php
index 0c95b7e..2b094b1 100644 (file)
@@ -32,7 +32,7 @@ class NewPagesPager extends ReverseChronologicalPager {
         */
        protected $mForm;
 
-       function __construct( $form, FormOptions $opts ) {
+       public function __construct( $form, FormOptions $opts ) {
                parent::__construct( $form->getContext() );
                $this->mForm = $form;
                $this->opts = $opts;