Use correct case for SpecialRecentChanges class in SpecialPageFactory::$mList
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 12 Nov 2013 14:57:49 +0000 (15:57 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 12 Nov 2013 14:57:49 +0000 (15:57 +0100)
Was giving the following message in the debug log:
Class SpecialRecentchanges was loaded using incorrect case.

Change-Id: I11c90eebeed135d03cb326d484f849cae21d87da

includes/SpecialPageFactory.php

index 11edc8a..1ede0c1 100644 (file)
@@ -108,7 +108,7 @@ class SpecialPageFactory {
                'Log'                       => 'SpecialLog',
                'Watchlist'                 => 'SpecialWatchlist',
                'Newpages'                  => 'SpecialNewpages',
-               'Recentchanges'             => 'SpecialRecentchanges',
+               'Recentchanges'             => 'SpecialRecentChanges',
                'Recentchangeslinked'       => 'SpecialRecentchangeslinked',
                'Tags'                      => 'SpecialTags',