r107998 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107997‎ | r107998 | r107999 >
Date:08:46, 4 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Attempting to fix r107975, undefined function getRequest
Modified paths:
  • /branches/wmf/1.18wmf1/includes/specials/SpecialAllmessages.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/specials/SpecialAllmessages.php
@@ -115,7 +115,7 @@
116116 $this->langcode = $this->lang->getCode();
117117 $this->foreign = $this->langcode != $wgContLang->getCode();
118118
119 - $request = $this->getRequest();
 119+ $request = $wgRequest;
120120
121121 $this->filter = $request->getVal( 'filter', 'all' );
122122 if( $this->filter === 'all' ){

Follow-up revisions

RevisionCommit summaryAuthorDate
r108022Do r107998 to REL1_18reedy13:32, 4 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107975MFT r105341, t105853, r106780reedy00:40, 4 January 2012

Status & tagging log