Matmarex has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78469


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/69/78469/1

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: newchange
Gerrit-Change-Id: Ia34b2ea6155273faaa8961238e07672f9e65c576
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Matmarex <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to