]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/cache.php
First version of Memcache plugin
[quix0rs-gnu-social.git] / lib / cache.php
index 63f582861984f8cf5380b4b0948fef679a3facbb..23657bbf348ec436d26b372432f72ce61dab1246 100644 (file)
@@ -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'));