Capitalization fix in memcached setting
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 21 Nov 2004 02:09:31 +0000 (02:09 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 21 Nov 2004 02:09:31 +0000 (02:09 +0000)
config/index.php

index 9a446b8..96e7a23 100644 (file)
@@ -928,7 +928,7 @@ if ( \$wgCommandLineMode ) {
 \$wgDBmysql4 = \$wgEnablePersistentLC = {$conf->DBmysql4};
 
 ## Shared memory settings
-\$wgUseMemcached = $memcached;
+\$wgUseMemCached = $memcached;
 \$wgMemCachedServers = $mcservers;
 {$turck}\$wgUseTurckShm = function_exists( 'mmcache_get' ) && php_sapi_name() == 'apache';