Undo "fix" for starter kit installer, we'll fix properly later

This commit is contained in:
Sebastiaan Janssen
2013-11-20 14:51:35 +01:00
parent 2beb3c5b4c
commit bbee0a81c9

View File

@@ -540,9 +540,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
{
// use property type to ensure proper conversion
var propertyType = _contentType.GetPropertyType(i.Key);
if (propertyType != null)
property = new XmlPublishedProperty(propertyType, false, i.Value); // false :: never preview a media
property = new XmlPublishedProperty(propertyType, false, i.Value); // false :: never preview a media
}
_properties.Add(property);