From: Michael Date: Sun, 28 Nov 2021 21:40:38 +0000 (+0000) Subject: Fix function name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=71f76792047fc644accecb4e10f6233339608f07;p=friendica.git Fix function name --- diff --git a/src/Module/Api/Twitter/Account/UpdateProfile.php b/src/Module/Api/Twitter/Account/UpdateProfile.php index 9c8c901511..5c63770189 100644 --- a/src/Module/Api/Twitter/Account/UpdateProfile.php +++ b/src/Module/Api/Twitter/Account/UpdateProfile.php @@ -32,7 +32,7 @@ use Friendica\Model\Profile; */ class UpdateProfile extends BaseApi { - protected function rawContent(array $request = []) + protected function post(array $request = [], array $post = []) { BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE); $uid = BaseApi::getCurrentUserID();