X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcache.php;fp=lib%2Fcache.php;h=3d78c79adb2ba5f34003c3f69c60ce893a3b3d3f;hb=59119482ca34540bd7f0a2a1aa994de1d5328ea2;hp=ea0ff769d1992c4b9e16690777bd104311d531ce;hpb=1652ded48c9c62c40157a5142e5231adbc574ddb;p=quix0rs-gnu-social.git diff --git a/lib/cache.php b/lib/cache.php index ea0ff769d1..3d78c79adb 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;