From: Tim Starling Date: Sun, 2 Jul 2006 16:19:55 +0000 (+0000) Subject: Removed a couple of bogus autoload entries X-Git-Tag: 1.31.0-rc.0~56477 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=56dcb2bc68be957b7a2bf37f4e2568dab12d0df3;p=lhc%2Fweb%2Fwiklou.git Removed a couple of bogus autoload entries --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 3cf93961a8..57b3094963 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -110,8 +110,6 @@ function __autoload($className) { 'MimeMagic' => 'includes/MimeMagic.php', 'Namespace' => 'includes/Namespace.php', 'FakeMemCachedClient' => 'includes/ObjectCache.php', - 'ObjectCacheManager' => 'includes/ObjectCache.php', - 'MemCachedClientforWiki' => 'includes/ObjectCache.php', 'OutputPage' => 'includes/OutputPage.php', 'PageHistory' => 'includes/PageHistory.php', 'Parser' => 'includes/Parser.php',