Patch/update published content request comments (#4945)

This commit is contained in:
Marc Goodson
2019-04-30 20:13:59 +01:00
committed by Sebastiaan Janssen
parent 1605b6f909
commit a822e18719
16 changed files with 45 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Web;
using System.Web.Compilation;
@@ -63,7 +63,7 @@ namespace Umbraco.Web.Mvc
var request = UmbracoContext.PublishedRequest;
if (request == null)
{
throw new NullReferenceException("There is no current PublishedContentRequest, it must be initialized before the RenderRouteHandler executes");
throw new NullReferenceException("There is no current PublishedRequest, it must be initialized before the RenderRouteHandler executes");
}
SetupRouteDataForRequest(