diff --git a/src/Umbraco.Core/Services/PackagingService.cs b/src/Umbraco.Core/Services/PackagingService.cs index 47310ab1c3..6309105f7b 100644 --- a/src/Umbraco.Core/Services/PackagingService.cs +++ b/src/Umbraco.Core/Services/PackagingService.cs @@ -259,10 +259,9 @@ namespace Umbraco.Core.Services propertyValue = string.Join(",", propertyValueList.ToArray()); } - - //set property value - content.SetValue(propertyTypeAlias, propertyValue); } + //set property value + content.SetValue(propertyTypeAlias, propertyValue); } }