forked from mirror/pixelfed
Fix typo in ApiV1Controller
This commit is contained in:
parent
05968fa135
commit
bd3f95415e
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class ApiV1Controller extends Controller
|
|||
|
||||
if($changes) {
|
||||
$user->save();
|
||||
$profile->save()
|
||||
$profile->save();
|
||||
}
|
||||
|
||||
$resource = new Fractal\Resource\Item($profile, new AccountTransformer());
|
||||
|
|
Loading…
Add table
Reference in a new issue