X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Finvite.php;h=95d96bcde002305832ee768a8c1b63075fa3223f;hb=6edbf3ca781d20f2ec98daf32080c60e804d8215;hp=879264deb99d7276217e803cac9fcdcf862d3ec1;hpb=4b0cf99e56f965e10eeb8b8b19e7b405bda49eaf;p=quix0rs-gnu-social.git diff --git a/actions/invite.php b/actions/invite.php index 879264deb9..95d96bcde0 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -22,7 +22,7 @@ if (!defined('LACONICA')) { exit(1); } class InviteAction extends Action { - function is_readonly() + function isReadOnly() { return false; }