]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Cache key lead is 'gnusocial' now (restart daemons!)
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 4 Nov 2013 16:38:09 +0000 (17:38 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 4 Nov 2013 16:38:09 +0000 (17:38 +0100)
lib/cache.php

index e087c2e6461d532a491fe4094054aed038f5b5d8..01bc29fa48db7a2257418c031b54bca14546457d 100644 (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;
     }
 
     /**