kopia lustrzana https://github.com/pixelfed/pixelfed
Fix typo in ApiV1Controller
rodzic
05968fa135
commit
bd3f95415e
|
@ -133,7 +133,7 @@ class ApiV1Controller extends Controller
|
|||
|
||||
if($changes) {
|
||||
$user->save();
|
||||
$profile->save()
|
||||
$profile->save();
|
||||
}
|
||||
|
||||
$resource = new Fractal\Resource\Item($profile, new AccountTransformer());
|
||||
|
|
Ładowanie…
Reference in New Issue