]> 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 8e97097182037592759a047a6b722a4b041e8fac..57934cf3302068b7cb3cbdbf99aed25626c7cf6e 100644 (file)
@@ -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');
        }
 }