r108022 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108021‎ | r108022 | r108023 >
Date:13:32, 4 January 2012
Author:reedy
Status:ok
Tags:
Comment:
Do r107998 to REL1_18
Modified paths:
  • /branches/REL1_18/phase3/includes/specials/SpecialAllmessages.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/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' ){

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107998Attempting to fix r107975, undefined function getRequestnikerabbit08:46, 4 January 2012

Status & tagging log