X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FContact.php;h=d571016f199ff08b7c86ffd84b703f2ae9e212bb;hb=35e2ae39252f6713a09c80026eeacf184f68437a;hp=2db4af5e9cb2f01e75a3a7e68d56bf3c3b4f0f54;hpb=06284e60073f374c1bd411e0bba6474a13c14f10;p=friendica.git diff --git a/src/Module/Contact.php b/src/Module/Contact.php index 2db4af5e9c..d571016f19 100644 --- a/src/Module/Contact.php +++ b/src/Module/Contact.php @@ -1,6 +1,6 @@ redirect($redirectUrl); } - public function post() + protected function post(array $request = []) { if (!local_user()) { return; @@ -157,7 +157,7 @@ class Contact extends BaseModule Model\Contact\User::setIgnored($contact_id, local_user(), $ignored); } - public function content($update = 0): string + protected function content(array $request = []): string { if (!local_user()) { return Login::form($_SERVER['REQUEST_URI']);