Fixes: U4-3820 cached media xml is not cleared from the cmsContentXml table when recycled

This commit is contained in:
Shannon
2013-12-09 16:56:02 +11:00
parent 14790559cb
commit 57f2250f13
3 changed files with 25 additions and 19 deletions

View File

@@ -528,7 +528,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
IPublishedProperty property;
// must ignore that one
if (i.Key == "version") continue;
if (i.Key == "version" || i.Key == "isDoc") continue;
if (i.Key.InvariantStartsWith("__"))
{