X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgrouprss.php;h=2bdcaafb27a56e17ea1bd556741e34ba70880599;hb=153248b48230a342648577480e36224eaee85535;hp=0b7280a11c33648584096b95176eafb63fea7835;hpb=34d904b180e5caa17eb945292a8a64656424d5d0;p=quix0rs-gnu-social.git diff --git a/actions/grouprss.php b/actions/grouprss.php index 0b7280a11c..2bdcaafb27 100644 --- a/actions/grouprss.php +++ b/actions/grouprss.php @@ -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()) {