1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +02:00
This commit is contained in:
Toby Zerner
2015-11-23 14:18:56 +10:30
parent 06dc4edb3a
commit a21a18721f

View File

@@ -140,7 +140,7 @@ class RegisterUserHandler
try { try {
$this->saveAvatarFromUrl($user, $avatarUrl); $this->saveAvatarFromUrl($user, $avatarUrl);
} catch (Exception $e) { } catch (Exception $e) {
// //
} }
} }