diff --git a/actions/userrss.php b/actions/userrss.php index da305f675b..1f103dc084 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); }