X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgrouptagcloudsection.php;h=68af4d307446396b9842a64a46c424770bbe4936;hb=f9ddb0e20919b1b22b1a78463ffb227a009c5614;hp=5b914c00734a972bed9111c4bfafbea7605a5b77;hpb=307c819089146a83ae3b8f3c21be692cd6297c19;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 ' .