Fixes merge issues, fixes up some unit tests, removes the For<T> config section stuff and simplifies the singleton, refactors it with methods as per discussion with stephen.
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Umbraco.Core.IO
|
||||
private readonly IContentSection _contentConfig;
|
||||
|
||||
public MediaFileSystem(IFileSystem wrapped)
|
||||
: this(wrapped, UmbracoConfiguration.Current.UmbracoSettings.Content)
|
||||
: this(wrapped, UmbracoConfig.For.UmbracoSettings().Content)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user