]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/FollowConfirm.php
Move sending follow message to remote server to Protocol class
[friendica.git] / src / Module / FollowConfirm.php
index 6e6b4da1df224c46a1967060daadee474a18582b..41f811698bed01514acb221da2ebbd789a754065 100644 (file)
@@ -10,7 +10,7 @@ use Friendica\Model\Contact;
  */
 class FollowConfirm extends BaseModule
 {
-       public static function post()
+       public function post()
        {
                $uid = local_user();
                if (!$uid) {