Merge r98679 from the pageoutput branch into trunk.
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 2 Oct 2011 16:37:32 +0000 (16:37 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 2 Oct 2011 16:37:32 +0000 (16:37 +0000)
includes/Pager.php

index c9388e0..75a3ecc 100644 (file)
@@ -103,7 +103,7 @@ abstract class IndexPager extends ContextSource implements Pager {
         */
        public $mResult;
 
-       public function __construct( RequestContext $context = null ) {
+       public function __construct( IContextSource $context = null ) {
                if ( $context ) {
                        $this->setContext( $context );
                }