XmlPublishedCache - 'version' is not a property

This commit is contained in:
Stephan
2013-09-29 15:17:53 +02:00
parent e7754213f1
commit a7603747a6

View File

@@ -527,6 +527,9 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
{
IPublishedProperty property;
// must ignore that one
if (i.Key == "version") continue;
if (i.Key.InvariantStartsWith("__"))
{
// no type for tha tone, dunno how to convert