Index: trunk/phase3/includes/Wiki.php |
— | — | @@ -509,7 +509,7 @@ |
510 | 510 | if ( $request->getFullRequestURL() == $title->getInternalURL( 'action=history' ) ) { |
511 | 511 | $output->setSquidMaxage( $wgSquidMaxage ); |
512 | 512 | } |
513 | | - $history = new HistoryPage( $article ); |
| 513 | + $history = new HistoryPage( $article, $this->context ); |
514 | 514 | $history->history(); |
515 | 515 | break; |
516 | 516 | default: |