Remove invalid CacheHelper entry from wgAutoloadLocalClasses
authorBryan Davis <bd808@wikimedia.org>
Wed, 22 Oct 2014 03:46:38 +0000 (21:46 -0600)
committerBryan Davis <bd808@wikimedia.org>
Wed, 22 Oct 2014 03:46:38 +0000 (21:46 -0600)
There were 2 CacheHelper keys in the array. Remove the one that pointed
to a non-existent file.

Change-Id: Ifb418fe8742b5515b500a6662b10efccd8273195

includes/AutoLoader.php

index 6936570..99b2d84 100644 (file)
@@ -39,7 +39,6 @@ $wgAutoloadLocalClasses = array(
        'BloomCache' => 'includes/cache/bloom/BloomCache.php',
        'BloomCacheRedis' => 'includes/cache/bloom/BloomCacheRedis.php',
        'BloomFilterTitleHasLogs' => 'includes/cache/bloom/BloomFilters.php',
-       'CacheHelper' => 'includes/CacheHelper.php',
        'Category' => 'includes/Category.php',
        'CategoryFinder' => 'includes/CategoryFinder.php',
        'CategoryViewer' => 'includes/CategoryViewer.php',