Merge branch temp8 into temp8-di2690

This commit is contained in:
Stephan
2018-12-07 09:52:46 +01:00
183 changed files with 7053 additions and 6809 deletions

View File

@@ -24,7 +24,7 @@ namespace Umbraco.Web
protected UmbracoWebService()
{
UmbracoContext = Current.UmbracoContext;
Umbraco = new UmbracoHelper(UmbracoContext, Current.Services, Current.ApplicationCache);
Umbraco = new UmbracoHelper(UmbracoContext, Current.Services);
Logger = Current.Logger;
ProfilingLogger = Current.ProfilingLogger;