]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/allrss.php
fix interpolation of positional arguments to sprintf in show group
[quix0rs-gnu-social.git] / actions / allrss.php
index 57efb73f0e85275df28109accaabd2aae2cc110a..28b1be27d82a254d82bebca9943138576b9e3927 100644 (file)
@@ -68,6 +68,7 @@ class AllrssAction extends Rss10Action
             $this->clientError(_('No such user.'));
             return false;
         } else {
+            $this->notices = $this->getNotices($this->limit);
             return true;
         }
     }