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 aeaf54683..e9f00d6d1 100644
--- a/classes/Notice_tag.php
+++ b/classes/Notice_tag.php
@@ -39,7 +39,7 @@ class Notice_tag extends Memcached_DataObject
$qry =
'SELECT notice.* ' .
'FROM notice JOIN notice_tag ON notice.id = notice_tag.notice_id ' .
- 'WHERE notice_tag.tag = "%s"';
+ 'WHERE notice_tag.tag = "%s" ';
return Notice::getStream(sprintf($qry, $tag),
'notice_tag:notice_stream:' . $tag,