diff --git a/lib/cache.php b/lib/cache.php index e087c2e646..01bc29fa48 100644 --- a/lib/cache.php +++ b/lib/cache.php @@ -95,7 +95,7 @@ class Cache $base_key = self::keyize(common_config('site', 'name')); } - return 'statusnet:' . $base_key . ':' . $extra; + return 'gnusocial:' . $base_key . ':' . $extra; } /**