]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Followers.php
Changes:
[friendica.git] / src / Module / ActivityPub / Followers.php
index 1b9bdbb0f2bb6e5f0cefc356256a50a4580b4956..a5c44ab77deb4191bb73842e0a749f457723c6b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -49,6 +49,6 @@ class Followers extends BaseModule
 
                $followers = ActivityPub\Transmitter::getContacts($owner, [Contact::FOLLOWER, Contact::FRIEND], 'followers', $page, (string)HTTPSignature::getSigner('', $_SERVER));
 
-               System::jsonExit($followers, 'application/activity+json');
+               $this->jsonExit($followers, 'application/activity+json');
        }
 }