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':
return apc_clear_cache('user');
case 'php':
self::$cache[$key] = array();
self::$cache = array();
break;
case 'redis':
if (!self::$cache)

Loading…
Cancel
Save