git-svn-id: svn://anubis/gvsu@290 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-11-29 18:17:22 +00:00
parent d391455acb
commit 6fd0ce390c

View File

@ -30,7 +30,7 @@ public class User extends RegistrationInfo
if (eltParent == null)
d.appendChild(eltRoot);
else
eltRoot.appendChild(eltRoot);
eltParent.appendChild(eltRoot);
Element eltName = d.createElement("name");
eltName.appendChild(d.createTextNode(getUserName()));