]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove unneeded find() in userrss.php
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Sep 2008 17:51:56 +0000 (13:51 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Sep 2008 17:51:56 +0000 (13:51 -0400)
darcs-hash:20080928175156-5ed1f-f33007b9dd9ee73632e48fc4bf45f29fb63ae494.gz

actions/userrss.php

index da305f675b5cb0d3264bbcd182c6f829326d3201..1f103dc084b0cf6da07d96d3c193afe06e70b70f 100644 (file)
@@ -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);
                }