changed the DOCTYPE declaration in the frame so it actually matches something
reasonable
This commit is contained in:
@@ -1699,7 +1699,7 @@ class SessionControlImpl implements SessionControl
|
||||
|
||||
public void replaceUser(UserContext new_user)
|
||||
{
|
||||
req.getSesson().setUser(new_user);
|
||||
req.getSession().setUser(new_user);
|
||||
|
||||
} // end replaceUser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user