diff options
author | Evan Prodromou <evan@status.net> | 2010-01-02 21:16:59 -1000 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-02 21:16:59 -1000 |
commit | cc5534d180625b3d34f7039c0b95b034f3674a20 (patch) | |
tree | f2cc5a9fcdaa74f1d8bd678115a4ea0cb49114d3 /lib/cache.php | |
parent | 1e1062ca9ca51ef618600459240bb0d497a47491 (diff) |
First version of Memcache plugin
Diffstat (limited to 'lib/cache.php')
-rw-r--r-- | lib/cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cache.php b/lib/cache.php index 63f582861..23657bbf3 100644 --- a/lib/cache.php +++ b/lib/cache.php @@ -78,7 +78,7 @@ class Cache static function key($extra) { - $base_key = common_config('memcached', 'base'); + $base_key = common_config('cache', 'base'); if (empty($base_key)) { $base_key = common_keyize(common_config('site', 'name')); |