From 5176f19f7d645ed8231f774f96c664507608c857 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 4 Nov 2013 17:38:09 +0100 Subject: [PATCH] Cache key lead is 'gnusocial' now (restart daemons!) --- lib/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /**