Adding two maintenance classes to autoloader - Translate extension is using them
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 76a17f7..0ae6b62 100644 (file)
@@ -869,6 +869,8 @@ $wgAutoloadLocalClasses = array(
 
        # maintenance/language
        'csvStatsOutput' => 'maintenance/language/StatOutputs.php',
+       'languages' = 'maintenance/language/languages.inc',
+       'MessageWriter' => 'maintenance/language/writeMessagesArray.inc',
        'statsOutput' => 'maintenance/language/StatOutputs.php',
        'textStatsOutput' => 'maintenance/language/StatOutputs.php',
        'wikiStatsOutput' => 'maintenance/language/StatOutputs.php',