X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frepliesrss.php;h=985318bf168794943b1d1cc5216b21279d502f23;hb=5e816d7be208fc24419288234559c78da7391c8b;hp=48c4fa2553afd5639fb74de6cc971be2970c0848;hpb=3f328256bd16239a573958cf925f7943a65da3a6;p=quix0rs-gnu-social.git diff --git a/actions/repliesrss.php b/actions/repliesrss.php index 48c4fa2553..985318bf16 100644 --- a/actions/repliesrss.php +++ b/actions/repliesrss.php @@ -82,4 +82,9 @@ class RepliesrssAction extends Rss10Action $avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE); return ($avatar) ? $avatar->url : null; } + + function isReadOnly() + { + return true; + } }