X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fallrss.php;h=28b1be27d82a254d82bebca9943138576b9e3927;hb=68a2e46390092f034101bf1a1c9fc4a5ecc41b06;hp=57efb73f0e85275df28109accaabd2aae2cc110a;hpb=bbb830e14c718c687f0636710a1827c90b11f4cc;p=quix0rs-gnu-social.git diff --git a/actions/allrss.php b/actions/allrss.php index 57efb73f0e..28b1be27d8 100644 --- a/actions/allrss.php +++ b/actions/allrss.php @@ -68,6 +68,7 @@ class AllrssAction extends Rss10Action $this->clientError(_('No such user.')); return false; } else { + $this->notices = $this->getNotices($this->limit); return true; } }