Skip to content

Commit

Permalink
refactor of scaffolding for suport themes
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Feb 9, 2012
1 parent 01c43d1 commit 026dcd5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion wizard/CustomApplicationConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void startUserSession() {
* Callback called on every user disconnected from application
*/
public void endUserSession() {
Roma.aspect(ViewAspect.class).pushCommand(new RedirectViewCommand("dynamic/common/logout.jsp"));
Roma.aspect(ViewAspect.class).pushCommand(new RedirectViewCommand("dynamic/logout.jsp"));
}

public String getStatus() {
Expand Down

0 comments on commit 026dcd5

Please sign in to comment.