Fix Duplicate attribute YSOD (key was already added in the base class)

This commit is contained in:
Sebastiaan Janssen
2014-01-20 12:02:52 +01:00
parent 51f46cf871
commit 10a4eb3ddc

View File

@@ -1345,7 +1345,6 @@ namespace Umbraco.Core.Services
xml.Add(new XAttribute("loginName", member.Username));
xml.Add(new XAttribute("email", member.Email));
xml.Add(new XAttribute("key", member.Key));
return xml;
}