From: Bryan Davis Date: Wed, 22 Oct 2014 03:46:38 +0000 (-0600) Subject: Remove invalid CacheHelper entry from wgAutoloadLocalClasses X-Git-Tag: 1.31.0-rc.0~13527 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=982143bf4fe9d98b9fd62f08147cb85fb0a6662c;p=lhc%2Fweb%2Fwiklou.git 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 --- 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',