]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
cacheKey change for Status_network class
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 5 Feb 2015 11:05:39 +0000 (12:05 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 5 Feb 2015 11:06:01 +0000 (12:06 +0100)
From statusnet to gnusocial.

classes/Status_network.php

index 9874030ba0472d83177092952991e76d56a4933c..ffbf9d5a3c0efd0c9c708739aff459a9702bc117 100644 (file)
@@ -113,7 +113,7 @@ class Status_network extends Safe_DataObject
     }
 
     static function cacheKey($k, $v) {
-        return 'statusnet:' . self::$base . ':status_network:'.$k.':'.$v;
+        return 'gnusocial:' . self::$base . ':status_network:'.$k.':'.$v;
     }
 
     static function memGet($k, $v)