projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad93ad9
)
cacheKey change for Status_network class
author
Mikael Nordfeldth
<mmn@hethane.se>
Thu, 5 Feb 2015 11:05:39 +0000
(12:05 +0100)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Thu, 5 Feb 2015 11:06:01 +0000
(12:06 +0100)
From statusnet to gnusocial.
classes/Status_network.php
patch
|
blob
|
history
diff --git
a/classes/Status_network.php
b/classes/Status_network.php
index 9874030ba0472d83177092952991e76d56a4933c..ffbf9d5a3c0efd0c9c708739aff459a9702bc117 100644
(file)
--- a/
classes/Status_network.php
+++ b/
classes/Status_network.php
@@
-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)