HistoryAction: There is no mediawiki.legacy.history module
authorMatmaRex <matma.rex@gmail.com>
Fri, 9 Aug 2013 22:25:20 +0000 (00:25 +0200)
committerMatmaRex <matma.rex@gmail.com>
Fri, 9 Aug 2013 22:25:20 +0000 (00:25 +0200)
Remove the reference to it.

Change-Id: Ia34b2ea6155273faaa8961238e07672f9e65c576

includes/actions/HistoryAction.php

index 6a1edd6..e58791e 100644 (file)
@@ -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' );