From: Timo Tijhof Date: Tue, 17 Mar 2015 00:08:01 +0000 (+0100) Subject: Regenerate autoload.php X-Git-Tag: 1.31.0-rc.0~12072^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=6b036275847634d89711b4203ce923f770b1c8ae;p=lhc%2Fweb%2Fwiklou.git Regenerate autoload.php Follows-up 87dfc20b1e. It recently started generating dirty output because BufferingStatsdDataFactory was manually placed – in a different position than script would (i.e. not alphabetical). Change-Id: I030a6ec9eb6f3a9b6cb54c9646acf2a898b93a80 --- diff --git a/autoload.php b/autoload.php index 9cac70dc0c..6b83fcb07f 100644 --- a/autoload.php +++ b/autoload.php @@ -174,8 +174,8 @@ $wgAutoloadLocalClasses = array( 'BloomCacheRedis' => __DIR__ . '/includes/cache/bloom/BloomCacheRedis.php', 'BloomFilterTitleHasLogs' => __DIR__ . '/includes/cache/bloom/BloomFilters.php', 'BmpHandler' => __DIR__ . '/includes/media/BMP.php', - 'BufferingStatsdDataFactory' => __DIR__ . '/includes/libs/BufferingStatsdDataFactory.php', 'BrokenRedirectsPage' => __DIR__ . '/includes/specials/SpecialBrokenRedirects.php', + 'BufferingStatsdDataFactory' => __DIR__ . '/includes/libs/BufferingStatsdDataFactory.php', 'CLDRPluralRuleConverter' => __DIR__ . '/languages/utils/CLDRPluralRuleConverter.php', 'CLDRPluralRuleConverterExpression' => __DIR__ . '/languages/utils/CLDRPluralRuleConverterExpression.php', 'CLDRPluralRuleConverterFragment' => __DIR__ . '/languages/utils/CLDRPluralRuleConverterFragment.php',