Follow-up r60412: forgot to remove the class from AutoLoader
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 26 Dec 2009 16:51:15 +0000 (16:51 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 26 Dec 2009 16:51:15 +0000 (16:51 +0000)
includes/AutoLoader.php

index 3420a3f..4e74708 100644 (file)
@@ -598,7 +598,6 @@ $wgAutoloadLocalClasses = array(
        # maintenance/language
        'statsOutput' => 'maintenance/language/StatOutputs.php',
        'wikiStatsOutput' => 'maintenance/language/StatOutputs.php',
-       'metawikiStatsOutput' => 'maintenance/language/StatOutputs.php',
        'textStatsOutput' => 'maintenance/language/StatOutputs.php',
        'csvStatsOutput' => 'maintenance/language/StatOutputs.php',
        'SevenZipStream' => 'maintenance/7zip.inc',