X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ffavorited.php;h=231b97897377b9026b6104fb904bd5f211830d08;hb=c2e6fb668df99e6c6249a6009202db3e305aae71;hp=5082f4a4eb3e5ae258c67804516924c73907c686;hpb=115519a5e7e84e57656c653918efb39ab4107fe9;p=quix0rs-gnu-social.git diff --git a/actions/favorited.php b/actions/favorited.php index 5082f4a4eb..231b978973 100644 --- a/actions/favorited.php +++ b/actions/favorited.php @@ -178,7 +178,7 @@ class FavoritedAction extends Action $qry = 'SELECT notice.*, '. $weightexpr . ' as weight ' . 'FROM notice JOIN fave ON notice.id = fave.notice_id ' . - 'GROUP BY fave.notice_id ' . + 'GROUP BY id,profile_id,uri,content,rendered,url,created,notice.modified,reply_to,is_local,source ' . 'ORDER BY weight DESC'; $offset = ($this->page - 1) * NOTICES_PER_PAGE;