From 45dbdc8c4d1c2af0cd51ba098b5d3938410de3f3 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Thu, 26 Nov 2009 20:41:47 +1300 Subject: [PATCH] and a typo in column name fixed --- lib/popularnoticesection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/popularnoticesection.php b/lib/popularnoticesection.php index 80e73abd8d..9fbc9d2ddd 100644 --- a/lib/popularnoticesection.php +++ b/lib/popularnoticesection.php @@ -69,7 +69,7 @@ class PopularNoticeSection extends NoticeSection $qry .= ' GROUP BY notice.id,notice.profile_id,notice.content,notice.uri,' . 'notice.rendered,notice.url,notice.created,notice.modified,' . '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'; $offset = 0;