summaryrefslogtreecommitdiff
path: root/classes/Notice_tag.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-09-29 19:00:47 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-09-29 19:00:47 -0400
commitd1660b3c4d50973bb578912880af2e7cca78ee93 (patch)
tree4d8f9a0e01cdecd7662cff08ad4ede6ef584f2dc /classes/Notice_tag.php
parentbf661a5e840f0910cd999b9cc4c0a25036e3ee8b (diff)
trying to fix up pages in tags
darcs-hash:20080929230047-5ed1f-1fee58a5bb18c71de7abeef67d89b087d84cc853.gz
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);
}