]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Featured.php
Use the post language for the language detection / config for quality
[friendica.git] / src / Module / ActivityPub / Featured.php
index d525e7d69a82fff9b4a1a468d2a0265ded52e0e9..57934cf3302068b7cb3cbdbf99aed25626c7cf6e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -46,6 +46,6 @@ class Featured extends BaseModule
 
                $featured = ActivityPub\Transmitter::getFeatured($owner, $page);
 
-               System::jsonExit($featured, 'application/activity+json');
+               $this->jsonExit($featured, 'application/activity+json');
        }
 }