mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
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) {
|
if($changes) {
|
||||||
$user->save();
|
$user->save();
|
||||||
$profile->save()
|
$profile->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
$resource = new Fractal\Resource\Item($profile, new AccountTransformer());
|
$resource = new Fractal\Resource\Item($profile, new AccountTransformer());
|
||||||
|
|
Loading…
Reference in a new issue