From 47262d12d77b14c11ebe3a32e09d4f4e144724a1 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 22 Jul 2007 21:55:52 +0000 Subject: [PATCH] Correct language - not "no object caching", rather, "no object caching [using the items we haven't detected]" --- config/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1