Refactor filesystems (again)

This commit is contained in:
Stephan
2018-11-19 14:40:59 +01:00
parent 3960791bf2
commit 87a64b7406
19 changed files with 203 additions and 254 deletions

View File

@@ -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",