Browse Source

yeah

pull/40/head
Michael Foster 11 years ago
parent
commit
9ccf62bb61
  1. 2
      inc/cache.php

2
inc/cache.php

@ -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)

Loading…
Cancel
Save