]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/grouprss.php
register checks Profile bio length correctly
[quix0rs-gnu-social.git] / actions / grouprss.php
index a9a2eef877c442396424ada89c55eab7289e27b8..2bdcaafb27a56e17ea1bd556741e34ba70880599 100644 (file)
@@ -34,7 +34,7 @@ if (!defined('LACONICA')) {
 
 require_once INSTALLDIR.'/lib/rssaction.php';
 
-define('MEMBERS_PER_SECTION', 81);
+define('MEMBERS_PER_SECTION', 27);
 
 /**
  * Group RSS feed
@@ -116,6 +116,7 @@ class groupRssAction extends Rss10Action
             return null;
         }
 
+        $notices = array();
         $notice = $group->getNotices(0, ($limit == 0) ? NOTICES_PER_PAGE : $limit);
 
         while ($notice->fetch()) {