TheDJ has submitted this change and it was merged.
Change subject: HistoryAction: There is no mediawiki.legacy.history module
......................................................................
HistoryAction: There is no mediawiki.legacy.history module
Remove the reference to it.
Change-Id: Ia34b2ea6155273faaa8961238e07672f9e65c576
---
M includes/actions/HistoryAction.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
TheDJ: Looks good to me, approved
diff --git a/includes/actions/HistoryAction.php
b/includes/actions/HistoryAction.php
index 6a1edd6..e58791e 100644
--- a/includes/actions/HistoryAction.php
+++ b/includes/actions/HistoryAction.php
@@ -115,7 +115,7 @@
// 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' );
--
To view, visit https://gerrit.wikimedia.org/r/78469
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia34b2ea6155273faaa8961238e07672f9e65c576
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Matmarex <[email protected]>
Gerrit-Reviewer: Daniel Friesen <[email protected]>
Gerrit-Reviewer: TheDJ <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits