From 9e04615a8efe7127d1b52f1fbc66d078a557d4c1 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 29 Sep 2011 21:34:34 +0000 Subject: [PATCH] FR r98459: forgot to commit this! --- includes/Wiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Wiki.php b/includes/Wiki.php index c17b9cbd87..649fb13748 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -509,7 +509,7 @@ class MediaWiki { if ( $request->getFullRequestURL() == $title->getInternalURL( 'action=history' ) ) { $output->setSquidMaxage( $wgSquidMaxage ); } - $history = new HistoryPage( $article ); + $history = new HistoryPage( $article, $this->context ); $history->history(); break; default: -- 2.20.1