summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-09-28 13:51:56 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-09-28 13:51:56 -0400
commitdc5f47ab4a500a4ba128e916c26eb1d55a67049b (patch)
tree0e8293d01e3b340b8a3fbd819561c9b635c69f32
parent6c9fdb314cf333567905941dc6b242f6165df662 (diff)
remove unneeded find() in userrss.php
darcs-hash:20080928175156-5ed1f-f33007b9dd9ee73632e48fc4bf45f29fb63ae494.gz
-rw-r--r--actions/userrss.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/userrss.php b/actions/userrss.php
index da305f675..1f103dc08 100644
--- a/actions/userrss.php
+++ b/actions/userrss.php
@@ -49,8 +49,6 @@ class UserrssAction extends Rss10Action {
$notice = $user->getNotices(0, ($limit == 0) ? NOTICES_PER_PAGE : $limit);
- $notice->find();
-
while ($notice->fetch()) {
$notices[] = clone($notice);
}