]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
and a typo in column name fixed
authorBrenda Wallace <shiny@cpan.org>
Thu, 26 Nov 2009 07:41:47 +0000 (20:41 +1300)
committerBrenda Wallace <shiny@cpan.org>
Thu, 26 Nov 2009 07:41:47 +0000 (20:41 +1300)
lib/popularnoticesection.php

index 80e73abd8d067ec2aeb419ecdd7024d6214b2fec..9fbc9d2ddd0c779079ba3b75a154cd44fac12846 100644 (file)
@@ -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;