]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/favoritesrss.php
Merge branch '0.9.x' into activityexport
[quix0rs-gnu-social.git] / actions / favoritesrss.php
index 62f06e841b193ddd2cb4f94fbb47a3c6c151050e..51c92af9339af61c55ab9479b64b7613f288f3b0 100644 (file)
@@ -89,7 +89,7 @@ class FavoritesrssAction extends Rss10Action
     function getNotices($limit=0)
     {
         $user    = $this->user;
-        $notice  = $user->favoriteNotices(0, $limit);
+        $notice  = $user->favoriteNotices(false, 0, $limit);
         $notices = array();
         while ($notice->fetch()) {
             $notices[] = clone($notice);