]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/rssaction.php
better styling for favor/disfavor buttons
[quix0rs-gnu-social.git] / lib / rssaction.php
index e8a3aca70bd3ea500ce9ba1b76feded45dfce064..76859a876ad0d31b3841ca02ad70da72d31e140d 100644 (file)
@@ -25,6 +25,10 @@ class Rss10Action extends Action {
 
        # This will contain the details of each feed item's author and be used to generate SIOC data.
        var $creators = array();
+
+       function is_readonly() {
+               return true;
+       }
        
        function handle($args) {
                parent::handle($args);