Refactor filesystems (again)
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Umbraco.Core.Models
|
||||
}
|
||||
|
||||
//use the custom avatar
|
||||
var avatarUrl = Current.FileSystems.MediaFileSystem.GetUrl(user.Avatar);
|
||||
var avatarUrl = Current.MediaFileSystem.GetUrl(user.Avatar);
|
||||
return new[]
|
||||
{
|
||||
avatarUrl + "?width=30&height=30&mode=crop",
|
||||
|
||||
Reference in New Issue
Block a user