From: Brion Vibber Date: Sun, 21 Nov 2004 02:09:31 +0000 (+0000) Subject: Capitalization fix in memcached setting X-Git-Tag: 1.5.0alpha1~1296 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=7ca98a0007dd813a82f81155a56bc690d5c47a88;p=lhc%2Fweb%2Fwiklou.git Capitalization fix in memcached setting --- diff --git a/config/index.php b/config/index.php index 9a446b83f6..96e7a23a1b 100644 --- a/config/index.php +++ b/config/index.php @@ -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';