Fix tests

This commit is contained in:
Stephan
2018-06-29 14:25:48 +02:00
parent ce74108848
commit 8462c7efbb
4 changed files with 9 additions and 1 deletions

View File

@@ -30,7 +30,8 @@ namespace Umbraco.Core.IO
{
// due to how FileSystems is written at the moment, the ctor cannot be used to inject
// dependencies, so we have to rely on property injection for anything we might need
Current.Container.InjectProperties(this);
Current.Container.InjectProperties(this);
MediaPathScheme.Initialize(this);
UploadAutoFillProperties = new UploadAutoFillProperties(this, Logger, ContentConfig);
}