Merge pull request #1283 from jbreuer/patch-1

Fix for U4-8510
This commit is contained in:
Sebastiaan Janssen
2016-08-08 17:06:21 +02:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ namespace Umbraco.Core.PropertyEditors.ValueConverters
// </values>
// </keyFeatureList>
var sourceString = source.ToString();
var sourceString = source != null ? source.ToString() : null;
if (string.IsNullOrWhiteSpace(sourceString)) return Enumerable.Empty<string>();
//SD: I have no idea why this logic is here, I'm pretty sure we've never saved the multiple txt string