]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifriendshipsexists.php
These API methods should return true for ->isReadOnly($args)!
[quix0rs-gnu-social.git] / actions / apifriendshipsexists.php
index c040b9f6ad87edc455137432ca0d90d6774440fc..ca62b5f51420b81009d766bdebb30e6fd17d359d 100644 (file)
@@ -116,4 +116,19 @@ class ApiFriendshipsExistsAction extends ApiPrivateAuthAction
         }
     }
 
+    /**
+     * Return true if read only.
+     *
+     * MAY override
+     *
+     * @param array $args other arguments
+     *
+     * @return boolean is read only action?
+     */
+
+    function isReadOnly($args)
+    {
+        return true;
+    }
+
 }