X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frepliesrss.php;fp=actions%2Frepliesrss.php;h=2017c43094a5f40f176d48efb3c3ff4601aba8c0;hb=e9e75fc9d5f44b2ffe10602a3bd183cccb7da4ec;hp=985318bf168794943b1d1cc5216b21279d502f23;hpb=4237407cd9ba7b44be81cb506eddc4671605802a;p=quix0rs-gnu-social.git diff --git a/actions/repliesrss.php b/actions/repliesrss.php index 985318bf16..2017c43094 100644 --- a/actions/repliesrss.php +++ b/actions/repliesrss.php @@ -83,7 +83,7 @@ class RepliesrssAction extends Rss10Action return ($avatar) ? $avatar->url : null; } - function isReadOnly() + function isReadOnly($args) { return true; }