Fixed property name to match property of the dynamic.

This commit is contained in:
Claus
2016-05-03 12:54:22 +02:00
parent 2c3c0eae12
commit 20b67e47be

View File

@@ -145,7 +145,7 @@ namespace Umbraco.Core.Persistence.Migrations.Upgrades.TargetVersionSeven
var prop = x.Element(propertyType.Alias);
if (prop != null)
{
prop.ReplaceAll(new XCData(data.Text));
prop.ReplaceAll(new XCData(data.dataNtext));
database.Update(xmlItem);
}
}