xCache -> XCache

This commit is contained in:
Andreas Fischer 2013-08-15 03:40:02 +02:00
parent 49cfd08f08
commit 9770f52da6

View file

@ -58,7 +58,7 @@ class XCache extends Cache {
return false;
}
if (!function_exists('xcache_unset_by_prefix') && ini_get('xcache.admin.enable_auth')) {
// We do not want to use xCache if we can not clear it without
// We do not want to use XCache if we can not clear it without
// using the administration function xcache_clear_cache()
// AND administration functions are password-protected.
return false;