mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
cs fix
This commit is contained in:
@@ -140,7 +140,7 @@ class RegisterUserHandler
|
|||||||
try {
|
try {
|
||||||
$this->saveAvatarFromUrl($user, $avatarUrl);
|
$this->saveAvatarFromUrl($user, $avatarUrl);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user