diff --git a/classes/Notice_tag.php b/classes/Notice_tag.php index aeaf54683a..e9f00d6d13 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,