Cache key lead is 'gnusocial' now (restart daemons!)

This commit is contained in:
Mikael Nordfeldth 2013-11-04 17:38:09 +01:00
parent 3552bf4d94
commit 5176f19f7d
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class Cache
$base_key = self::keyize(common_config('site', 'name'));
}
return 'statusnet:' . $base_key . ':' . $extra;
return 'gnusocial:' . $base_key . ':' . $extra;
}
/**