From 09a5c313ba3566b34807330928c9b7d6335d5c0e Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Thu, 26 Nov 2009 20:39:51 +1300 Subject: added missing space after new group by fields --- lib/popularnoticesection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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; -- cgit v1.2.3-54-g00ecf