From: Rob Church Date: Sun, 22 Jul 2007 21:55:52 +0000 (+0000) Subject: Correct language - not "no object caching", rather, "no object caching [using the... X-Git-Tag: 1.31.0-rc.0~51991 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=47262d12d77b14c11ebe3a32e09d4f4e144724a1;p=lhc%2Fweb%2Fwiklou.git Correct language - not "no object caching", rather, "no object caching [using the items we haven't detected]" --- diff --git a/config/index.php b/config/index.php index 482c2c83f6..eeb0b46db5 100644 --- a/config/index.php +++ b/config/index.php @@ -485,8 +485,8 @@ if ( $conf->eaccel ) { if( !( $conf->turck || $conf->eaccel || $conf->apc || $conf->xcache ) ) { echo( '
  • Couldn\'t find Turck MMCache, eAccelerator, - APC or XCache. - Object caching functions cannot be used.
  • ' ); + APC or XCache; + cannot use these for object caching.' ); } $conf->diff3 = false;