diff options
Diffstat (limited to 'actions/userrss.php')
-rw-r--r-- | actions/userrss.php | 2 |
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); } |