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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user