Index: branches/wmf/1.19wmf1/includes/RevisionList.php |
— | — | @@ -258,7 +258,7 @@ |
259 | 259 | public function __construct( $list, $row ) { |
260 | 260 | parent::__construct( $list, $row ); |
261 | 261 | $this->revision = new Revision( $row ); |
262 | | - $this->context = $list->context; |
| 262 | + $this->context = $list->getContext(); |
263 | 263 | } |
264 | 264 | |
265 | 265 | public function getIdField() { |