From: Niklas Laxström Date: Thu, 30 Jul 2009 19:26:18 +0000 (+0000) Subject: Consistent letter case X-Git-Tag: 1.31.0-rc.0~40629 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=986c1616bb5ac96fafadd9538305d1005622411a;p=lhc%2Fweb%2Fwiklou.git Consistent letter case --- 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" );