]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/grouptagcloudsection.php
Merged stuff from upstream/master
[quix0rs-gnu-social.git] / lib / grouptagcloudsection.php
index 5ed14560ce7a6efde2db81f3d91f24c3738805d5..68af4d307446396b9842a64a46c424770bbe4936 100644 (file)
@@ -76,7 +76,7 @@ class GroupTagCloudSection extends TagCloudSection
 
         $namestring = implode(',', $quoted);
 
-        $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 ' .