summaryrefslogtreecommitdiff
path: root/lib/popularnoticesection.php
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2009-11-26 20:41:47 +1300
committerBrenda Wallace <shiny@cpan.org>2009-11-26 20:41:47 +1300
commit45dbdc8c4d1c2af0cd51ba098b5d3938410de3f3 (patch)
tree649bebb088f8d5dba9c2a669bfacf315ba57610d /lib/popularnoticesection.php
parent09a5c313ba3566b34807330928c9b7d6335d5c0e (diff)
and a typo in column name fixed
Diffstat (limited to 'lib/popularnoticesection.php')
-rw-r--r--lib/popularnoticesection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/popularnoticesection.php b/lib/popularnoticesection.php
index 80e73abd8..9fbc9d2dd 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;