X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fallrss.php;h=9cbfe8dc8f2c58b5d4829bc8b7433cc039c8f891;hb=ba3ca4f6bbf203b810f26ca061087fcad28218e5;hp=b6701cfdc7e4d9f4bd87be81d90e6acdf2aca776;hpb=81e6d50c533964899308e5745745381c340a1764;p=quix0rs-gnu-social.git diff --git a/actions/allrss.php b/actions/allrss.php index b6701cfdc7..9cbfe8dc8f 100644 --- a/actions/allrss.php +++ b/actions/allrss.php @@ -45,10 +45,6 @@ class AllrssAction extends Rss10Action { $notice = $user->noticesWithFriends(0, $limit); - # XXX: revisit constant scope - - $cnt = $notice->find(); - while ($notice->fetch()) { $notices[] = clone($notice); }