Logout repariert.

git-svn-id: https://svn.libreccm.org/ccm/trunk@1143 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2011-10-05 08:39:22 +00:00
parent 65433cce0f
commit aaf628a435
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public class UserBanner extends SimpleComponent {
content.addAttribute(
"logoutURL",
URL.there(state.getRequest(),UI.getLoginPageURL()).toString());
URL.there(state.getRequest(),UI.getLogoutPageURL()).toString());
}
}