mirror of
https://github.com/friendica/friendica
synced 2025-04-25 09:10:11 +00:00
Fix function name
This commit is contained in:
parent
cf999e681c
commit
71f7679204
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ use Friendica\Model\Profile;
|
||||||
*/
|
*/
|
||||||
class UpdateProfile extends BaseApi
|
class UpdateProfile extends BaseApi
|
||||||
{
|
{
|
||||||
protected function rawContent(array $request = [])
|
protected function post(array $request = [], array $post = [])
|
||||||
{
|
{
|
||||||
BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE);
|
BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE);
|
||||||
$uid = BaseApi::getCurrentUserID();
|
$uid = BaseApi::getCurrentUserID();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue