]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/inboxtagcloudsection.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / inboxtagcloudsection.php
index d19f76366d6f09d072f8f04218d83d0c4f465d54..fbc137041fedfb9b8979ff6db79954e2dcce68ff 100644 (file)
@@ -72,7 +72,7 @@ class InboxTagCloudSection extends TagCloudSection
             $weightexpr = common_sql_weight('notice_tag.created', common_config('tag', 'dropoff'));
             // @fixme should we use the cutoff too? Doesn't help with indexing per-user.
 
-            $qry = 'SELECT notice_tag.tag, '.
+            $qry = 'SELECT notice_tag.tag, notice_tag.notice_id, '.
                 $weightexpr . ' as weight ' .
                 'FROM notice_tag JOIN notice ' .
                 'ON notice_tag.notice_id = notice.id ' .