]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Invite.php
Merge pull request #11128 from annando/diaspora-contact-details
[friendica.git] / src / Module / Invite.php
index 8c9c59d304660cdcd7c24fbaf46137c0a8579766..acd5778e3e8a6bca2ae1213867b8ee6140b47b95 100644 (file)
@@ -35,7 +35,7 @@ use Friendica\Util\Strings;
  */
 class Invite extends BaseModule
 {
-       protected function post(array $request = [], array $post = [])
+       protected function post(array $request = [])
        {
                if (!local_user()) {
                        throw new HTTPException\ForbiddenException(DI::l10n()->t('Permission denied.'));