From 982143bf4fe9d98b9fd62f08147cb85fb0a6662c Mon Sep 17 00:00:00 2001 From: Bryan Davis Date: Tue, 21 Oct 2014 21:46:38 -0600 Subject: [PATCH] Remove invalid CacheHelper entry from wgAutoloadLocalClasses There were 2 CacheHelper keys in the array. Remove the one that pointed to a non-existent file. Change-Id: Ifb418fe8742b5515b500a6662b10efccd8273195 --- includes/AutoLoader.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 6936570ae2..99b2d84c59 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -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', -- 2.20.1