Skip to content

Commit

Permalink
added missing persist() in switchUserContainer
Browse files Browse the repository at this point in the history
fixes bug: 3038
  • Loading branch information
jonalv committed Jan 18, 2012
1 parent bc0d9b3 commit 7d9a228
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -157,6 +157,7 @@ public UserContainer getSandBoxUserContainer() {
public void switchUserContainer(UserContainer userContainer) {
this.userContainer = userContainer;
fireUpdate();
persist();
}

/**
Expand Down

0 comments on commit 7d9a228

Please sign in to comment.