]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/publicrss.php
Merge branch 'master' of /var/www/trunk
[quix0rs-gnu-social.git] / actions / publicrss.php
index b98c27205335c62f42dae45f1181727bd9310dd9..c3587799718b2c40fa33cb29ea661c082f9c4f53 100644 (file)
@@ -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;
+    }
 }