Use other default avatar, not in the avatars directory

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2024-07-20 07:34:40 +01:00
parent c4e7448d31
commit 8fc5c0b5be
3 changed files with 11 additions and 8 deletions
@@ -452,7 +452,6 @@ class SettingsController extends Controller
}
if ($request->input('restore_default_avatar') == '1') {
Setting::restoreDefaultAvatar();
$setting->default_avatar = 'default.png';
}
}