]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Outbox.php
Use the post language for the language detection / config for quality
[friendica.git] / src / Module / ActivityPub / Outbox.php
index 3dc0f00e74423086c5244106c414e04d838f3dd6..e637a8e55300cf1d4b3bd50e826ce6698a60dc56 100644 (file)
@@ -58,7 +58,7 @@ class Outbox extends BaseApi
 
        protected function post(array $request = [])
        {
-               self::checkAllowedScope(self::SCOPE_WRITE);
+               $this->checkAllowedScope(self::SCOPE_WRITE);
                $uid      = self::getCurrentUserID();
                $postdata = Network::postdata();