]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
added missing space after new group by fields
authorBrenda Wallace <shiny@cpan.org>
Thu, 26 Nov 2009 07:39:51 +0000 (20:39 +1300)
committerBrenda Wallace <shiny@cpan.org>
Thu, 26 Nov 2009 07:39:51 +0000 (20:39 +1300)
lib/popularnoticesection.php

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