r98688 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r98687
|
r98688
|
r98689
>
Date:
16:37, 2 October 2011
Author:
dantman
Status:
ok
Tags:
Comment:
Merge
r98679
from the pageoutput branch into trunk.
Modified paths:
/trunk/phase3/includes/Pager.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Pager.php
—
—
@@ -103,7 +103,7 @@
104
104
*/
105
105
public $mResult;
106
106
107
- public function __construct( RequestContext $context = null ) {
107
+ public function __construct( IContextSource $context = null ) {
108
108
if ( $context ) {
109
109
$this->setContext( $context );
110
110
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r98679
Use IContextSource.
dantman
16:14, 2 October 2011
Status & tagging log
17:12, 2 October 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r98688
[
removed:
new
added:
ok]