r101861 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101860‎ | r101861 | r101862 >
Date:19:25, 3 November 2011
Author:ialex
Status:ok
Tags:
Comment:
Fix for r101858: forgot the override those methods
Modified paths:
  • /trunk/phase3/includes/WebRequest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WebRequest.php
@@ -1345,4 +1345,12 @@
13461346 public function setSessionData( $key, $data ) {
13471347 return $this->base->setSessionData( $key, $data );
13481348 }
 1349+
 1350+ public function getAcceptLang() {
 1351+ return $this->base->getAcceptLang();
 1352+ }
 1353+
 1354+ public function getIP() {
 1355+ return $this->base->getIP();
 1356+ }
13491357 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101858Per Aaron, fix for r89405: introduced DerivativeRequest to allow to override ...ialex19:14, 3 November 2011

Status & tagging log