added missing space after new group by fields
This commit is contained in:
parent
8d502c4b8e
commit
09a5c313ba
@ -70,7 +70,7 @@ class PopularNoticeSection extends NoticeSection
|
|||||||
'notice.rendered,notice.url,notice.created,notice.modified,' .
|
'notice.rendered,notice.url,notice.created,notice.modified,' .
|
||||||
'notice.reply_to,notice.is_local,notice.source,notice.conversation, ' .
|
'notice.reply_to,notice.is_local,notice.source,notice.conversation, ' .
|
||||||
'notice.lat,notice.long,location_id,location_ns' .
|
'notice.lat,notice.long,location_id,location_ns' .
|
||||||
'ORDER BY weight DESC';
|
' ORDER BY weight DESC';
|
||||||
|
|
||||||
$offset = 0;
|
$offset = 0;
|
||||||
$limit = NOTICES_PER_SECTION + 1;
|
$limit = NOTICES_PER_SECTION + 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user