From: MatmaRex Date: Fri, 9 Aug 2013 22:25:20 +0000 (+0200) Subject: HistoryAction: There is no mediawiki.legacy.history module X-Git-Tag: 1.31.0-rc.0~18994^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=e7f58fee73de729e17c14d9e66be65fa8d78fab7;p=lhc%2Fweb%2Fwiklou.git HistoryAction: There is no mediawiki.legacy.history module Remove the reference to it. Change-Id: Ia34b2ea6155273faaa8961238e07672f9e65c576 --- diff --git a/includes/actions/HistoryAction.php b/includes/actions/HistoryAction.php index 6a1edd6a84..e58791eadc 100644 --- a/includes/actions/HistoryAction.php +++ b/includes/actions/HistoryAction.php @@ -115,7 +115,7 @@ class HistoryAction extends FormlessAction { // Setup page variables. $out->setFeedAppendQuery( 'action=history' ); - $out->addModules( array( 'mediawiki.legacy.history', 'mediawiki.action.history' ) ); + $out->addModules( 'mediawiki.action.history' ); // Handle atom/RSS feeds. $feedType = $request->getVal( 'feed' );