]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apistatusesretweets.php
Merge branch '0.9.x' into activityexport
[quix0rs-gnu-social.git] / actions / apistatusesretweets.php
index f7a3dd60a0d075774a21d390311469b771759f85..a79d43168ed49829c1647feceeafa6426049d7e5 100644 (file)
@@ -113,4 +113,19 @@ class ApiStatusesRetweetsAction extends ApiAuthAction
             break;
         }
     }
+
+    /**
+     * Return true if read only.
+     *
+     * MAY override
+     *
+     * @param array $args other arguments
+     *
+     * @return boolean is read only action?
+     */
+
+    function isReadOnly($args)
+    {
+        return true;
+    }
 }