]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact.php
Merge remote-tracking branch 'upstream/develop' into api4
[friendica.git] / src / Module / Contact.php
index d80abe47026e8075066879cfea40f17173065e1a..243ec4be3e588fb5381ec6cb2953e1b15fe205ea 100644 (file)
@@ -96,7 +96,7 @@ class Contact extends BaseModule
                DI::baseUrl()->redirect($redirectUrl);
        }
 
-       public static function post()
+       public function post()
        {
                if (!local_user()) {
                        return;
@@ -226,7 +226,7 @@ class Contact extends BaseModule
                Model\Contact\User::setIgnored($contact_id, local_user(), $ignored);
        }
 
-       public static function content($update = 0)
+       public function content($update = 0): string
        {
                if (!local_user()) {
                        return Login::form($_SERVER['REQUEST_URI']);