PublishedContent - the big refactoring

This commit is contained in:
Stephan
2013-09-05 17:47:13 +02:00
parent 912716f889
commit 0415a31d0e
115 changed files with 6366 additions and 6233 deletions

View File

@@ -33,7 +33,7 @@ namespace Umbraco.Web.Macros
public PartialViewResult Index()
{
var model = new PartialViewMacroModel(
_currentPage.ConvertFromNode(),
_umbracoContext.ContentCache.GetById(_currentPage.Id), //_currentPage.ConvertFromNode(),
_macro.Id,
_macro.Alias,
_macro.Name,