Applies patch for #U4-1536
This commit is contained in:
@@ -60,6 +60,14 @@ namespace Umbraco.Web.Mvc
|
||||
get { return ApplicationContext.DatabaseContext; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the Current published content item for rendering the content
|
||||
/// </summary>
|
||||
protected IPublishedContent CurrentPage
|
||||
{
|
||||
get { return PublishedContentRequest.PublishedContent; }
|
||||
}
|
||||
|
||||
//TODO: make this protected once we make PublishedContentRequest not internal after we figure out what it should actually contain
|
||||
/// <summary>
|
||||
/// Returns the current PublishedContentRequest
|
||||
|
||||
Reference in New Issue
Block a user