and a typo in column name fixed
This commit is contained in:
parent
09a5c313ba
commit
45dbdc8c4d
@ -69,7 +69,7 @@ class PopularNoticeSection extends NoticeSection
|
|||||||
$qry .= ' GROUP BY notice.id,notice.profile_id,notice.content,notice.uri,' .
|
$qry .= ' GROUP BY notice.id,notice.profile_id,notice.content,notice.uri,' .
|
||||||
'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.lon,location_id,location_ns' .
|
||||||
' ORDER BY weight DESC';
|
' ORDER BY weight DESC';
|
||||||
|
|
||||||
$offset = 0;
|
$offset = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user