X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FBaseApi.php;h=d6e5f748f23d35976b5cf99eb84e2ddffb0ed520;hb=c81a9d1ddd7e5b7fff6a173a159ae78ee7fc7698;hp=b5fc8c8499254b97e74f2ab670cc8a6b984be71a;hpb=180b81c6e74bdc8d677f447fe796fb10783c96dd;p=friendica.git diff --git a/src/Module/BaseApi.php b/src/Module/BaseApi.php index b5fc8c8499..d6e5f748f2 100644 --- a/src/Module/BaseApi.php +++ b/src/Module/BaseApi.php @@ -372,7 +372,7 @@ class BaseApi extends BaseModule */ public static function appSupportsQuotes(): bool { - $token = self::getCurrentApplication(); + $token = OAuth::getCurrentApplicationToken(); return (!empty($token['name']) && in_array($token['name'], ['Fedilab'])); }