diff options
Diffstat (limited to 'plugins/Minify/minify.php')
-rw-r--r-- | plugins/Minify/minify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Minify/minify.php b/plugins/Minify/minify.php index 64727f5e7..3e8f86f83 100644 --- a/plugins/Minify/minify.php +++ b/plugins/Minify/minify.php @@ -74,7 +74,7 @@ class MinifyAction extends Action { parent::handle($args); - $c = common_memcache(); + $c = Cache::instance(); if (!empty($c)) { $cacheKey = common_cache_key(MinifyPlugin::cacheKey . ':' . $this->file . '?v=' . empty($this->v)?'':$this->v); $out = $c->get($cacheKey); |