From aa6573c7ab387763f9f87f9b97ad4a173f74fd85 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Sun, 2 Oct 2011 16:37:32 +0000 Subject: [PATCH] Merge r98679 from the pageoutput branch into trunk. --- includes/Pager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Pager.php b/includes/Pager.php index c9388e0b8a..75a3eccb22 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -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 ); } -- 2.20.1