]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/cache.php
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / lib / cache.php
index bf0603c62d0ce15c1f1401351668a7d7b48946b6..eb4eb666567a9f21bf7b51e53c09bdf2a9390dd4 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;