]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Objects.php
Use the post language for the language detection / config for quality
[friendica.git] / src / Module / ActivityPub / Objects.php
index 34d4609511447a577b32b413badac788dd331ed6..bbb008690989283816f8b425eff4c9f78e14152f 100644 (file)
@@ -130,6 +130,6 @@ class Objects extends BaseModule
                // Relaxed CORS header for public items
                header('Access-Control-Allow-Origin: *');
 
-               System::jsonExit($data, 'application/activity+json');
+               $this->jsonExit($data, 'application/activity+json');
        }
 }