Fixed NPE with creating new accounts.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1563 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray
2005-01-05 23:27:43 +00:00
parent 877d063b5b
commit 687afd6f59
@@ -101,6 +101,8 @@ public class UserRepository extends JORARepository
{
// create a new user object...
User user = new User();
user.setDirtyMask(_utable.getFieldMask());
// ...configure it...
populateUser(user, username, password, realname, email, siteId);
// ...and stick it into the database