HistoryAction: There is no mediawiki.legacy.history module
Remove the reference to it. Change-Id: Ia34b2ea6155273faaa8961238e07672f9e65c576
This commit is contained in:
parent
036beca8ab
commit
e7f58fee73
1 changed files with 1 additions and 1 deletions
|
|
@ -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' );
|
||||
|
|
|
|||
Loading…
Reference in a new issue