This commit is contained in:
Michael Foster 2013-09-07 03:09:52 +10:00
parent 7b1a08d85c
commit 9ccf62bb61

View File

@ -132,7 +132,7 @@ class Cache {
case 'apc': case 'apc':
return apc_clear_cache('user'); return apc_clear_cache('user');
case 'php': case 'php':
self::$cache[$key] = array(); self::$cache = array();
break; break;
case 'redis': case 'redis':
if (!self::$cache) if (!self::$cache)