r98679 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98678‎ | r98679 | r98680 >
Date:16:14, 2 October 2011
Author:dantman
Status:deferred
Tags:
Comment:
Use IContextSource.
Modified paths:
  • /branches/pageoutput/includes/Pager.php (modified) (history)

Diff [purge]

Index: branches/pageoutput/includes/Pager.php
@@ -103,7 +103,7 @@
104104 */
105105 public $mResult;
106106
107 - public function __construct( RequestContext $context = null ) {
 107+ public function __construct( IContextSource $context = null ) {
108108 if ( $context ) {
109109 $this->setContext( $context );
110110 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r98688Merge r98679 from the pageoutput branch into trunk.dantman16:37, 2 October 2011

Status & tagging log