fixed RedirectTrackingHandler to implement new version of IPublishedSnapshot

This commit is contained in:
Zeegaan
2021-08-10 12:25:56 +02:00
parent cd439bbb7c
commit e9908e341f

View File

@@ -129,7 +129,7 @@ namespace Umbraco.Cms.Core.Routing
return;
}
var contentCache = _publishedSnapshotAccessor.PublishedSnapshot?.Content;
var contentCache = publishedSnapshot.Content;
if (contentCache == null)
{