After talks with morten and stephane, this renames

DocumentNotFoundHandler  -> PublishedContentNotFoundHandler
This commit is contained in:
Shannon Deminick
2012-10-02 01:43:59 +05:00
parent 73c79e8528
commit 6bd005775d
3 changed files with 3 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ namespace Umbraco.Web
if (!docreq.HasNode)
{
httpContext.RemapHandler(new DocumentNotFoundHandler());
httpContext.RemapHandler(new PublishedContentNotFoundHandler());
return;
}