X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapifriendshipsexists.php;fp=actions%2Fapifriendshipsexists.php;h=ca62b5f51420b81009d766bdebb30e6fd17d359d;hb=77aed28f17dbc3607502f1f47984661867d18f4f;hp=c040b9f6ad87edc455137432ca0d90d6774440fc;hpb=78079f34e273357d03ceee13269f9a388e66c4e3;p=quix0rs-gnu-social.git diff --git a/actions/apifriendshipsexists.php b/actions/apifriendshipsexists.php index c040b9f6ad..ca62b5f514 100644 --- a/actions/apifriendshipsexists.php +++ b/actions/apifriendshipsexists.php @@ -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; + } + }