From e358390211a6cc14df569b1ffb906171c0959fcc Mon Sep 17 00:00:00 2001 From: Stephan Date: Wed, 6 May 2015 11:09:26 +0200 Subject: [PATCH] Bugfix Xml cache - bad, bad Stephan --- src/Umbraco.Web/umbraco.presentation/content.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/umbraco.presentation/content.cs b/src/Umbraco.Web/umbraco.presentation/content.cs index df323c8b8e..4e82e4cb63 100644 --- a/src/Umbraco.Web/umbraco.presentation/content.cs +++ b/src/Umbraco.Web/umbraco.presentation/content.cs @@ -806,7 +806,7 @@ order by umbracoNode.level, umbracoNode.sortOrder"; } // get it from the database, and register - LoadContentFromDatabase(); + safeXml.Xml = LoadContentFromDatabase(); registerXmlChange = true; }