]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/cache.php
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
[quix0rs-gnu-social.git] / lib / cache.php
index ea0ff769d1992c4b9e16690777bd104311d531ce..3d78c79adb2ba5f34003c3f69c60ce893a3b3d3f 100644 (file)
@@ -80,7 +80,7 @@ class Cache
         $base_key = common_config('cache', 'base');
 
         if (empty($base_key)) {
-            $base_key = common_keyize(common_config('site', 'name'));
+            $base_key = self::keyize(common_config('site', 'name'));
         }
 
         return 'statusnet:' . $base_key . ':' . $extra;