Fixes build and fixes how published media cache gets root nodes - if people have done this in the past it would have been horrible for site performance
This commit is contained in:
@@ -356,7 +356,7 @@ namespace Umbraco.Tests.TestHelpers
|
||||
var ctx = new UmbracoContext(
|
||||
httpContext,
|
||||
ApplicationContext,
|
||||
new PublishedCaches(cache, new PublishedMediaCache()),
|
||||
new PublishedCaches(cache, new PublishedMediaCache(ApplicationContext)),
|
||||
new WebSecurity(httpContext, ApplicationContext));
|
||||
|
||||
if (setSingleton)
|
||||
|
||||
Reference in New Issue
Block a user