Minor correct to the doc.SaveAndPublish method.

This commit is contained in:
Morten Christensen
2013-04-04 12:20:50 -02:00
parent 7610ee5f8b
commit 792599a42f

View File

@@ -923,9 +923,6 @@ namespace umbraco.cms.businesslogic.web
{
foreach (var property in GenericProperties)
{
if(property.Value == null)
continue;
Content.SetValue(property.PropertyType.Alias, property.Value);
}