Fix function name

This commit is contained in:
Michael 2021-11-28 21:40:38 +00:00
parent cf999e681c
commit 71f7679204

View file

@ -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();