]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/allrss.php
Add Attention class for non-sub and non-mention notice attentions
[quix0rs-gnu-social.git] / actions / allrss.php
index 3db19ffdcce54e0e615a828ef8e80d0b73960d1c..637352bf4b32f28da288f0a147dea703c48d80cd 100644 (file)
@@ -83,7 +83,7 @@ class AllrssAction extends Rss10Action
      */
     function getNotices($limit=0)
     {
-        $stream = new InboxNoticeStream($this->user);
+        $stream = new InboxNoticeStream($this->user->getProfile());
         $notice = $stream->getNotices(0, $limit, null, null);
 
         $notices = array();