Minor correct to the doc.SaveAndPublish method.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user