]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact.php
$_POST replaced
[friendica.git] / src / Module / Contact.php
index 9ffd1762673532efa8ab684dfff82d111f9ad334..d571016f199ff08b7c86ffd84b703f2ae9e212bb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -91,7 +91,7 @@ class Contact extends BaseModule
                DI::baseUrl()->redirect($redirectUrl);
        }
 
-       protected function post(array $request = [], array $post = [])
+       protected function post(array $request = [])
        {
                if (!local_user()) {
                        return;