X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapigroupismember.php;h=97f8435614e9da39662c67155f0fd1fba1daf3d6;hb=c8d5c8442fe6ce54f7f65d1d0eb4203b06c09583;hp=69ead0b531af95c53f9cf82148eb5a3c19ddd30e;hpb=4af6b7f5c3749ed73a96a6899ee472a03e83e9c8;p=quix0rs-gnu-social.git diff --git a/actions/apigroupismember.php b/actions/apigroupismember.php index 69ead0b531..97f8435614 100644 --- a/actions/apigroupismember.php +++ b/actions/apigroupismember.php @@ -119,4 +119,19 @@ class ApiGroupIsMemberAction extends ApiBareAuthAction } } + /** + * Return true if read only. + * + * MAY override + * + * @param array $args other arguments + * + * @return boolean is read only action? + */ + + function isReadOnly($args) + { + return true; + } + }