Fix U4-1864 the same way as in 6.0.x

This commit is contained in:
Sebastiaan Janssen
2013-04-08 06:55:48 -02:00
parent 668d4f9f91
commit 99fe89addc

View File

@@ -699,7 +699,7 @@ namespace umbraco.cms.businesslogic
continue;
//get the propertyId
var property = propData.FirstOrDefault(x => x.PropertyTypeId == pt.Id);
var property = propData.LastOrDefault(x => x.PropertyTypeId == pt.Id);
if (property == null)
{
//continue;