r111952 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111951‎ | r111952 | r111953 >
Date:18:43, 20 February 2012
Author:aaron
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/includes/RevisionList.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/includes/RevisionList.php
@@ -258,7 +258,7 @@
259259 public function __construct( $list, $row ) {
260260 parent::__construct( $list, $row );
261261 $this->revision = new Revision( $row );
262 - $this->context = $list->context;
 262+ $this->context = $list->getContext();
263263 }
264264
265265 public function getIdField() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111950r99633: Fixed raw access to context field, which is lazy-loaded and thus the ...aaron18:39, 20 February 2012

Status & tagging log