From 39de5b81b38fb3fb2724f31afc4dab9f55d20591 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 22 Jul 2008 12:32:00 -0400 Subject: don't get a count anywhere darcs-hash:20080722163200-84dde-736d11972503a37c062fe51c38c58eaf38a11862.gz --- actions/allrss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/allrss.php') diff --git a/actions/allrss.php b/actions/allrss.php index 088d04037..9cbfe8dc8 100644 --- a/actions/allrss.php +++ b/actions/allrss.php @@ -43,7 +43,7 @@ class AllrssAction extends Rss10Action { $user = $this->user; - list($cnt, $notice) = $user->noticesWithFriends(0, $limit); + $notice = $user->noticesWithFriends(0, $limit); while ($notice->fetch()) { $notices[] = clone($notice); -- cgit v1.2.3-54-g00ecf