]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/allrss.php
base class is_readonly() now returns false by default
[quix0rs-gnu-social.git] / actions / allrss.php
index 088d04037f3acdb221dffd3efed697506f717d78..9cbfe8dc8f2c58b5d4829bc8b7433cc039c8f891 100644 (file)
@@ -43,7 +43,7 @@ class AllrssAction extends Rss10Action {
 
                $user = $this->user;
                
-               list($cnt, $notice) = $user->noticesWithFriends(0, $limit);
+               $notice = $user->noticesWithFriends(0, $limit);
                                                                                        
                while ($notice->fetch()) {
                        $notices[] = clone($notice);