mirror of
https://github.com/flarum/core.git
synced 2025-07-21 08:41:17 +02:00
Fix variable
This commit is contained in:
@@ -128,7 +128,7 @@ class RegisterUserHandler
|
||||
try {
|
||||
$image = (new ImageManager)->make($avatarUrl);
|
||||
|
||||
$this->avatarUploader->upload($user, $avatarUrl);
|
||||
$this->avatarUploader->upload($user, $image);
|
||||
} catch (Exception $e) {
|
||||
//
|
||||
}
|
||||
|
Reference in New Issue
Block a user