X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcache.php;h=eb4eb666567a9f21bf7b51e53c09bdf2a9390dd4;hb=46e03373480bf051df10fb8c047a3fc4ca4abdee;hp=bf0603c62d0ce15c1f1401351668a7d7b48946b6;hpb=8eb66467165e107d0c80c64f6c429fed1d1101d5;p=quix0rs-gnu-social.git diff --git a/lib/cache.php b/lib/cache.php index bf0603c62d..eb4eb66656 100644 --- a/lib/cache.php +++ b/lib/cache.php @@ -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;