]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/FriendSuggest.php
Don't store the default header in the contact table
[friendica.git] / src / Module / FriendSuggest.php
index 153f86d60765b1975489bb3c547c42a685df3eb3..3cebd72cea580a01607e00fb199c200b21a281a2 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
  *
@@ -61,7 +61,7 @@ class FriendSuggest extends BaseModule
                $this->friendSuggestFac  = $friendSuggestFac;
        }
 
-       protected function post(array $request = [], array $post = [])
+       protected function post(array $request = [])
        {
                $cid = intval($this->parameters['contact']);