From: Daniel Friesen Date: Sun, 2 Oct 2011 16:37:32 +0000 (+0000) Subject: Merge r98679 from the pageoutput branch into trunk. X-Git-Tag: 1.31.0-rc.0~27316 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=aa6573c7ab387763f9f87f9b97ad4a173f74fd85;p=lhc%2Fweb%2Fwiklou.git Merge r98679 from the pageoutput branch into trunk. --- 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 ); }