]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/opensearch.php
mark a bunch of actions read-only
[quix0rs-gnu-social.git] / actions / opensearch.php
index d7705972f0d68055cdaf693efe98cd73af2c29b9..7709249bb195150e29945f5c9c6354df396b68e0 100644 (file)
@@ -83,5 +83,10 @@ class OpensearchAction extends Action
         $this->elementEnd('OpenSearchDescription');
         common_end_xml();
     }
+
+    function isReadOnly()
+    {
+        return true;
+    }
 }