From 986c1616bb5ac96fafadd9538305d1005622411a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 30 Jul 2009 19:26:18 +0000 Subject: [PATCH] Consistent letter case --- includes/ObjectCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ObjectCache.php b/includes/ObjectCache.php index 6cfb2340f4..0ee6a92712 100644 --- a/includes/ObjectCache.php +++ b/includes/ObjectCache.php @@ -52,7 +52,7 @@ function &wfGetCache( $inputType ) { if ( $type == CACHE_MEMCACHED ) { if ( !array_key_exists( CACHE_MEMCACHED, $wgCaches ) ) { - if ( !class_exists( 'MemcachedClientforWiki' ) ) { + if ( !class_exists( 'MemCachedClientforWiki' ) ) { class MemCachedClientforWiki extends memcached { function _debugprint( $text ) { wfDebug( "memcached: $text" ); -- 2.20.1