diff options
author | Brenda Wallace <shiny@cpan.org> | 2009-11-26 20:39:51 +1300 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2009-11-26 20:39:51 +1300 |
commit | 09a5c313ba3566b34807330928c9b7d6335d5c0e (patch) | |
tree | 981993e230a1b3fddb379153fa8e65adabeee8f1 | |
parent | 8d502c4b8e43ce510ec0fb1101e096ac7525b715 (diff) |
added missing space after new group by fields
-rw-r--r-- | lib/popularnoticesection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/popularnoticesection.php b/lib/popularnoticesection.php index f2d9ca933..80e73abd8 100644 --- a/lib/popularnoticesection.php +++ b/lib/popularnoticesection.php @@ -70,7 +70,7 @@ class PopularNoticeSection extends NoticeSection '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' . - 'ORDER BY weight DESC'; + ' ORDER BY weight DESC'; $offset = 0; $limit = NOTICES_PER_SECTION + 1; |