X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpublicrss.php;h=c3587799718b2c40fa33cb29ea661c082f9c4f53;hb=5e816d7be208fc24419288234559c78da7391c8b;hp=b98c27205335c62f42dae45f1181727bd9310dd9;hpb=cadad553793844e7ef56bab164b1a5866d8d16e7;p=quix0rs-gnu-social.git diff --git a/actions/publicrss.php b/actions/publicrss.php index b98c272053..c358779971 100644 --- a/actions/publicrss.php +++ b/actions/publicrss.php @@ -36,6 +36,8 @@ if (!defined('LACONICA')) { require_once INSTALLDIR.'/lib/rssaction.php'; /** + * RSS feed for public timeline. + * * Formatting of RSS handled by Rss10Action * * @category Action @@ -100,5 +102,10 @@ class PublicrssAction extends Rss10Action { // nop } + + function isReadOnly() + { + return true; + } }