Fix function name
This commit is contained in:
parent
cf999e681c
commit
71f7679204
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue