fixed RedirectTrackingHandler to implement new version of IPublishedSnapshot
This commit is contained in:
@@ -129,7 +129,7 @@ namespace Umbraco.Cms.Core.Routing
|
||||
return;
|
||||
}
|
||||
|
||||
var contentCache = _publishedSnapshotAccessor.PublishedSnapshot?.Content;
|
||||
var contentCache = publishedSnapshot.Content;
|
||||
|
||||
if (contentCache == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user