From: Mikael Nordfeldth Date: Mon, 4 Nov 2013 16:38:09 +0000 (+0100) Subject: Cache key lead is 'gnusocial' now (restart daemons!) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5176f19f7d645ed8231f774f96c664507608c857;p=quix0rs-gnu-social.git Cache key lead is 'gnusocial' now (restart daemons!) --- 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; } /**