Work items: 30657

This commit is contained in:
hartvig
2012-01-06 08:39:26 -01:00
parent 39f3c377be
commit ad4e5e841d

View File

@@ -497,7 +497,13 @@ namespace umbraco
foreach (MacroPropertyModel mp in Model.Properties)
{
if (attributes.ContainsKey(mp.Key.ToLower()))
{
mp.Value = attributes[mp.Key.ToLower()].ToString();
}
else
{
mp.Value = string.Empty;
}
}
}