Index: trunk/phase3/includes/RevisionList.php |
— | — | @@ -270,7 +270,7 @@ |
271 | 271 | public function __construct( $list, $row ) { |
272 | 272 | parent::__construct( $list, $row ); |
273 | 273 | $this->revision = new Revision( $row ); |
274 | | - $this->context = $list->context; |
| 274 | + $this->context = $list->getContext(); |
275 | 275 | } |
276 | 276 | |
277 | 277 | public function getIdField() { |