Patch/update published content request comments (#4945)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
1605b6f909
commit
a822e18719
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user