]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apistatusesretweets.php
Added an option to TinyMCE plugin to restrict the rich-text editor to users who have...
[quix0rs-gnu-social.git] / actions / apistatusesretweets.php
index 81744c2b4ab7c8c882b4a5e4337948d7ae4f7788..a79d43168ed49829c1647feceeafa6426049d7e5 100644 (file)
@@ -126,6 +126,6 @@ class ApiStatusesRetweetsAction extends ApiAuthAction
 
     function isReadOnly($args)
     {
-        return false;
+        return true;
     }
 }