summaryrefslogtreecommitdiff
path: root/classes/Notice_tag.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Notice_tag.php')
-rw-r--r--classes/Notice_tag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice_tag.php b/classes/Notice_tag.php
index 5ab6e332a..5b75ff13f 100644
--- a/classes/Notice_tag.php
+++ b/classes/Notice_tag.php
@@ -42,7 +42,7 @@ class Notice_tag extends Memcached_DataObject
'WHERE notice_tag.tag = "%s" ';
return Notice::getStream(sprintf($qry, $tag),
- 'notice_tag:notice_stream:' . $tag,
+ 'notice_tag:notice_stream:' . common_keyize($tag),
$offset, $limit);
}