From: Aaron Schulz Date: Thu, 29 Sep 2011 21:34:34 +0000 (+0000) Subject: FR r98459: forgot to commit this! X-Git-Tag: 1.31.0-rc.0~27357 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=9e04615a8efe7127d1b52f1fbc66d078a557d4c1;p=lhc%2Fweb%2Fwiklou.git FR r98459: forgot to commit this! --- 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: