mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
yeah
This commit is contained in:
parent
7b1a08d85c
commit
9ccf62bb61
@ -132,7 +132,7 @@ class Cache {
|
||||
case 'apc':
|
||||
return apc_clear_cache('user');
|
||||
case 'php':
|
||||
self::$cache[$key] = array();
|
||||
self::$cache = array();
|
||||
break;
|
||||
case 'redis':
|
||||
if (!self::$cache)
|
||||
|
Loading…
Reference in New Issue
Block a user