X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgrouptagcloudsection.php;h=68af4d307446396b9842a64a46c424770bbe4936;hb=dd93420b08910a8bf9967dad7906351695d1ac55;hp=5b914c00734a972bed9111c4bfafbea7605a5b77;hpb=93a8718f97c92b5e370335108aebf07d9004d5de;p=quix0rs-gnu-social.git diff --git a/lib/grouptagcloudsection.php b/lib/grouptagcloudsection.php index 5b914c0073..68af4d3074 100644 --- a/lib/grouptagcloudsection.php +++ b/lib/grouptagcloudsection.php @@ -54,7 +54,7 @@ class GroupTagCloudSection extends TagCloudSection { // TRANS: Title for group tag cloud section. // TRANS: %s is a group name. - return sprintf(_('Tags in %s group\'s notices'), $this->group->nickname); + return _('Tags'); } function getTags() @@ -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 ' .