Consistent letter case
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 30 Jul 2009 19:26:18 +0000 (19:26 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 30 Jul 2009 19:26:18 +0000 (19:26 +0000)
includes/ObjectCache.php

index 6cfb234..0ee6a92 100644 (file)
@@ -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" );