mirror of
https://github.com/flarum/core.git
synced 2025-05-06 07:25:22 +02:00
Fix variable
This commit is contained in:
parent
3b1f8771c4
commit
bedf710768
@ -128,7 +128,7 @@ class RegisterUserHandler
|
|||||||
try {
|
try {
|
||||||
$image = (new ImageManager)->make($avatarUrl);
|
$image = (new ImageManager)->make($avatarUrl);
|
||||||
|
|
||||||
$this->avatarUploader->upload($user, $avatarUrl);
|
$this->avatarUploader->upload($user, $image);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user