X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FInvite.php;h=1ce9700697c6ae7e67b64fa44f1d2dbe9db24028;hb=6c767743d1bfdfe44c0df37df10b50ba68cce200;hp=10346a5162750b6ec864fbe619c59314419b12d1;hpb=4208535c16f0e8196effe230cc34141551a7be18;p=friendica.git diff --git a/src/Module/Invite.php b/src/Module/Invite.php index 10346a5162..1ce9700697 100644 --- a/src/Module/Invite.php +++ b/src/Module/Invite.php @@ -1,6 +1,6 @@ t('Permission denied.')); @@ -124,7 +124,7 @@ class Invite extends BaseModule info(DI::l10n()->tt('%d message sent.', '%d messages sent.', $total)); } - public function content(): string + protected function content(array $request = []): string { if (!local_user()) { throw new HTTPException\ForbiddenException(DI::l10n()->t('Permission denied.'));