X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Frepliesrss.php;h=76aae21adb994652a0fd16e8bbc090aeb95ccea3;hb=8957d2bdea569594593c55b7d84f05e2998c0633;hp=eff1edd04a91b50d606814085ac2386fc7651bca;hpb=c8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b;p=quix0rs-gnu-social.git diff --git a/actions/repliesrss.php b/actions/repliesrss.php index eff1edd04a..76aae21adb 100644 --- a/actions/repliesrss.php +++ b/actions/repliesrss.php @@ -1,6 +1,6 @@ . */ -if (!defined('LACONICA')) { exit(1); } +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/rssaction.php'); @@ -38,6 +38,7 @@ class RepliesrssAction extends Rss10Action $this->clientError(_('No such user.')); return false; } else { + $this->notices = $this->getNotices($this->limit); return true; } }